diff --git a/Formula/g/git-town.rb b/Formula/g/git-town.rb index 681b3c0f71438..dbba2609b4c7d 100644 --- a/Formula/g/git-town.rb +++ b/Formula/g/git-town.rb @@ -1,17 +1,17 @@ class GitTown < Formula desc "High-level command-line interface for Git" homepage "https://www.git-town.com/" - url "https://github.com/git-town/git-town/archive/refs/tags/v16.4.1.tar.gz" - sha256 "5028be7dbdc42283deda25dbb6b6d1ff114581e081b38d30802ed4e8bd37cf42" + url "https://github.com/git-town/git-town/archive/refs/tags/v16.5.0.tar.gz" + sha256 "387d39c3a93e21e93c6bb43fa26478cdd6acd437e4ca433b8327a140f49509b7" license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "91d593f88f73b113f1737e9823d0ca9725f68df055cdc0e42eb6d2388ea2a7fe" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "91d593f88f73b113f1737e9823d0ca9725f68df055cdc0e42eb6d2388ea2a7fe" - sha256 cellar: :any_skip_relocation, arm64_ventura: "91d593f88f73b113f1737e9823d0ca9725f68df055cdc0e42eb6d2388ea2a7fe" - sha256 cellar: :any_skip_relocation, sonoma: "f1a4a16756562d12eaacbb702481c9ecda405de3064ae13d87f17e21697f3678" - sha256 cellar: :any_skip_relocation, ventura: "f1a4a16756562d12eaacbb702481c9ecda405de3064ae13d87f17e21697f3678" - sha256 cellar: :any_skip_relocation, x86_64_linux: "890e60eeb66248f7579d32f27be4b7623314ed9e66d72398235a7591c0dd823b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "93a5a6ff00b1dc3f6efd45d824b60522b8935e017feef83c41f13b2e91ae1cba" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "93a5a6ff00b1dc3f6efd45d824b60522b8935e017feef83c41f13b2e91ae1cba" + sha256 cellar: :any_skip_relocation, arm64_ventura: "93a5a6ff00b1dc3f6efd45d824b60522b8935e017feef83c41f13b2e91ae1cba" + sha256 cellar: :any_skip_relocation, sonoma: "feb3e1a77692ee154659000916d4e8108d97a99cd576465a4269d55df9d437cf" + sha256 cellar: :any_skip_relocation, ventura: "feb3e1a77692ee154659000916d4e8108d97a99cd576465a4269d55df9d437cf" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3537a1e5840af3e10a70d6088546cde5f74a81fa66c5f6a103d5abd340979125" end depends_on "go" => :build