Skip to content

Commit e89e7a6

Browse files
authored
Merge pull request #220506 from Homebrew/bump-git-town-19.0.0
git-town 19.0.0
2 parents 9ce4b81 + 8835b22 commit e89e7a6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: Formula/g/git-town.rb

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class GitTown < Formula
22
desc "High-level command-line interface for Git"
33
homepage "https://www.git-town.com/"
4-
url "https://github.com/git-town/git-town/archive/refs/tags/v18.3.2.tar.gz"
5-
sha256 "ec762f740f100b1d8c0478bc17246bd2df24158763f35e5d0a414f7e90b44aee"
4+
url "https://github.com/git-town/git-town/archive/refs/tags/v19.0.0.tar.gz"
5+
sha256 "45140bc35035e78cc3909761623f81316fd3d802dc27a1f4c3052117a3a1973a"
66
license "MIT"
77
head "https://github.com/git-town/git-town.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3c75edfe9caac5780d40d9917d01f5ea0371277566cedbc187cf05f109819aac"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3c75edfe9caac5780d40d9917d01f5ea0371277566cedbc187cf05f109819aac"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "3c75edfe9caac5780d40d9917d01f5ea0371277566cedbc187cf05f109819aac"
13-
sha256 cellar: :any_skip_relocation, sonoma: "8f3d73f05f8b31b108f30ce40117624b9c9d8906de2809b378b20d81a90933fe"
14-
sha256 cellar: :any_skip_relocation, ventura: "8f3d73f05f8b31b108f30ce40117624b9c9d8906de2809b378b20d81a90933fe"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9dfe09b6596445d1dc2a5f32191536f5ac6267682332f1bdca7bddf74415499a"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6f1063bd318df648613b9cd7312126bbae5c0b40399dc26819c2c729e1232b97"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6f1063bd318df648613b9cd7312126bbae5c0b40399dc26819c2c729e1232b97"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "6f1063bd318df648613b9cd7312126bbae5c0b40399dc26819c2c729e1232b97"
13+
sha256 cellar: :any_skip_relocation, sonoma: "1187efa3ef6785da1361295e7e660f8be0ffca5f202dd65622e8cdf31faf6039"
14+
sha256 cellar: :any_skip_relocation, ventura: "1187efa3ef6785da1361295e7e660f8be0ffca5f202dd65622e8cdf31faf6039"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2edaccf2b1945a30fe522d5dc9ee3c9c67d4487100e1a39056874aed32673c00"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)