Skip to content

Commit de9aa3b

Browse files
authored
Merge pull request Homebrew#182526 from Homebrew/bump-git-town-15.3.0
git-town 15.3.0
2 parents 1137929 + 7ad4b5e commit de9aa3b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/g/git-town.rb

Lines changed: 9 additions & 9 deletions
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/v15.2.0.tar.gz"
5-
sha256 "95af0ac8a4663c2addb79326b10b696d9a9d04753b1f4fc0626ca3937e9f6eaa"
4+
url "https://github.com/git-town/git-town/archive/refs/tags/v15.3.0.tar.gz"
5+
sha256 "2b2d6fedc6e464b8b980b2cfabd790a5a11b260ffaf973030eb152b68759bc47"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c293404dc04a661e5fd1db3cf10e59c4258792b159494e7de455ed3599ea6f19"
10-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c293404dc04a661e5fd1db3cf10e59c4258792b159494e7de455ed3599ea6f19"
11-
sha256 cellar: :any_skip_relocation, arm64_monterey: "c293404dc04a661e5fd1db3cf10e59c4258792b159494e7de455ed3599ea6f19"
12-
sha256 cellar: :any_skip_relocation, sonoma: "33068f27b822a95b45cb68f3c6f1994499e67ea38097b9291693acfea5ac4872"
13-
sha256 cellar: :any_skip_relocation, ventura: "33068f27b822a95b45cb68f3c6f1994499e67ea38097b9291693acfea5ac4872"
14-
sha256 cellar: :any_skip_relocation, monterey: "33068f27b822a95b45cb68f3c6f1994499e67ea38097b9291693acfea5ac4872"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e5c8fb3fac4584d43866d6df7361e00c6788b4b0d3f63fe2daaedab80bbf2263"
9+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1bc6f25aebd75326e1eecfa5fb7775215e48c60771ea86bd70666312edfe2814"
10+
sha256 cellar: :any_skip_relocation, arm64_ventura: "1bc6f25aebd75326e1eecfa5fb7775215e48c60771ea86bd70666312edfe2814"
11+
sha256 cellar: :any_skip_relocation, arm64_monterey: "1bc6f25aebd75326e1eecfa5fb7775215e48c60771ea86bd70666312edfe2814"
12+
sha256 cellar: :any_skip_relocation, sonoma: "b634618020225e420e57f79c9fd8a2db3fe1d17130f7b23558bcb7f6ed453f33"
13+
sha256 cellar: :any_skip_relocation, ventura: "b634618020225e420e57f79c9fd8a2db3fe1d17130f7b23558bcb7f6ed453f33"
14+
sha256 cellar: :any_skip_relocation, monterey: "b634618020225e420e57f79c9fd8a2db3fe1d17130f7b23558bcb7f6ed453f33"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "6534d9b7e5c938d0309f70dd50d1d2cc89a90ed747dde08d9c45e0e42029276c"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)