Skip to content

Commit ee05713

Browse files
authored
Merge pull request #224908 from Homebrew/bump-git-town-21.0.0
git-town 21.0.0
2 parents 3e4ec0f + 2a5d774 commit ee05713

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/g/git-town.rb

Lines changed: 8 additions & 8 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/v20.2.0.tar.gz"
5-
sha256 "7bd994ce74b9db33a00ea2e55dbdcbc5eb11a74e8845e4b95b9588105a4af4fd"
4+
url "https://github.com/git-town/git-town/archive/refs/tags/v21.0.0.tar.gz"
5+
sha256 "cdedcb8558822d808d3ff5fea0ba9efc207b8d7b3a6babaaa3378e6ad12a2ae8"
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: "127fe76c2773942ded97c46ec5285bb60dea631cbd825eff2b71766c0c552390"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "127fe76c2773942ded97c46ec5285bb60dea631cbd825eff2b71766c0c552390"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "127fe76c2773942ded97c46ec5285bb60dea631cbd825eff2b71766c0c552390"
13-
sha256 cellar: :any_skip_relocation, sonoma: "79f8eef2e287c62cc2ed7c9fb0ccb6f3ee8ef5d1eaee6c79e7a23007e4c7fe38"
14-
sha256 cellar: :any_skip_relocation, ventura: "79f8eef2e287c62cc2ed7c9fb0ccb6f3ee8ef5d1eaee6c79e7a23007e4c7fe38"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1228a541af84f3a1a4d048a2b5af00fac0ee8d916d000178531665222bec357d"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "540c384224369c2ff594a7016b02c60231be8c9493fd7960b18be4c71956909a"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "540c384224369c2ff594a7016b02c60231be8c9493fd7960b18be4c71956909a"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "540c384224369c2ff594a7016b02c60231be8c9493fd7960b18be4c71956909a"
13+
sha256 cellar: :any_skip_relocation, sonoma: "3a630c99c3bf37ed6a8adb657028bd9797a6fd6622b0bfd744eb7df7ff3d9a42"
14+
sha256 cellar: :any_skip_relocation, ventura: "3a630c99c3bf37ed6a8adb657028bd9797a6fd6622b0bfd744eb7df7ff3d9a42"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9d3934a5f29042e4a5630954071818d3ee9a2bb8cf7062522913b03b2392b60a"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)