From 90901034fb3af3f816bc0cc42635c463f5a3e3b8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:40:48 +0000 Subject: [PATCH 1/2] git-town 16.5.0 --- Formula/g/git-town.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/git-town.rb b/Formula/g/git-town.rb index 681b3c0f71438..be9c9e6a1889d 100644 --- a/Formula/g/git-town.rb +++ b/Formula/g/git-town.rb @@ -1,8 +1,8 @@ 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 From aad978ed5d27201ab877778b56cb0710aa13b022 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:52:57 +0000 Subject: [PATCH 2/2] git-town: update 16.5.0 bottle. --- Formula/g/git-town.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/git-town.rb b/Formula/g/git-town.rb index be9c9e6a1889d..dbba2609b4c7d 100644 --- a/Formula/g/git-town.rb +++ b/Formula/g/git-town.rb @@ -6,12 +6,12 @@ class GitTown < Formula 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