Skip to content

Commit 9fb5986

Browse files
authored
Merge pull request Homebrew#228933 from Homebrew/bump-git-town-21.2.0
git-town 21.2.0
2 parents 693d5ae + 9751b6c commit 9fb5986

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/v21.1.0.tar.gz"
5-
sha256 "95f74818f3c69aac3a1db03309abd3a40f95822cead5942c81137d830b60e288"
4+
url "https://github.com/git-town/git-town/archive/refs/tags/v21.2.0.tar.gz"
5+
sha256 "e4193ec5d8a7f9e7ca22e12938ecab81e1d6a61a89eafc698e8b514204db7068"
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: "4c44f82b7cfb695260f8b967f43f253d6bb552846dcd9d55ab84c8d9d76822a8"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c44f82b7cfb695260f8b967f43f253d6bb552846dcd9d55ab84c8d9d76822a8"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "4c44f82b7cfb695260f8b967f43f253d6bb552846dcd9d55ab84c8d9d76822a8"
13-
sha256 cellar: :any_skip_relocation, sonoma: "964dd4558e5e98969df97872f92fad24a728556cdcbc259ff808337a5b69d7ec"
14-
sha256 cellar: :any_skip_relocation, ventura: "964dd4558e5e98969df97872f92fad24a728556cdcbc259ff808337a5b69d7ec"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "72912e79915db2048ae9b28b4f0202cff355b291414dc642863afc085a6fe09c"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1ac53c2b57809516d79635f4a0f93a8aaf5636cbba510587a121d65dba647ef5"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1ac53c2b57809516d79635f4a0f93a8aaf5636cbba510587a121d65dba647ef5"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "1ac53c2b57809516d79635f4a0f93a8aaf5636cbba510587a121d65dba647ef5"
13+
sha256 cellar: :any_skip_relocation, sonoma: "3763b95321afeff90b3991d74f24c0425b8886462833fd27463576d7332f5ec7"
14+
sha256 cellar: :any_skip_relocation, ventura: "3763b95321afeff90b3991d74f24c0425b8886462833fd27463576d7332f5ec7"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "71d43eb431367565ca602f41c2162de3052d7d62667dd3f4a842b861884bb860"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)