Skip to content

Commit 10c60a2

Browse files
authored
Merge pull request #245276 from Homebrew/bump-ggc-6.1.0
ggc 6.1.0
2 parents 3e0e63c + 6bfc4d0 commit 10c60a2

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/g/ggc.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
class Ggc < Formula
22
desc "Modern Git CLI"
33
homepage "https://github.com/bmf-san/ggc"
4-
url "https://github.com/bmf-san/ggc/archive/refs/tags/v6.0.0.tar.gz"
5-
sha256 "c7a19b0a2e7df4b1f43e2d56cc49a0268138af16a9cbb949f2eefdafaa0581c6"
4+
url "https://github.com/bmf-san/ggc/archive/refs/tags/v6.1.0.tar.gz"
5+
sha256 "1ef7d44372a184573a9197c57fb8a20b62db835fc11dfd6051be1b36763b02fe"
66
license "MIT"
77
head "https://github.com/bmf-san/ggc.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "47f5ea5b465f1e39ef7e0a1bd1e6e014b38bbca700f7473b80a81498e8d45536"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "47f5ea5b465f1e39ef7e0a1bd1e6e014b38bbca700f7473b80a81498e8d45536"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "47f5ea5b465f1e39ef7e0a1bd1e6e014b38bbca700f7473b80a81498e8d45536"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "47f5ea5b465f1e39ef7e0a1bd1e6e014b38bbca700f7473b80a81498e8d45536"
14-
sha256 cellar: :any_skip_relocation, sonoma: "d5fefe8afd183d71dbdef8c32e077d05f3f742362c96d0eac342fc981ef15c91"
15-
sha256 cellar: :any_skip_relocation, ventura: "d5fefe8afd183d71dbdef8c32e077d05f3f742362c96d0eac342fc981ef15c91"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "1b8d44d63c68828d538cac6559a46db24e51489a302bc6ec056184485c355f1c"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f76c9290b6f83a1ea8ede1e7903de5668abd5a51103485e5b79dd6395e6d87b9"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "809ec06ec7b524636bc6ce0f1af82f931e67c56a05fa0426e694df01aae064fb"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "809ec06ec7b524636bc6ce0f1af82f931e67c56a05fa0426e694df01aae064fb"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "809ec06ec7b524636bc6ce0f1af82f931e67c56a05fa0426e694df01aae064fb"
13+
sha256 cellar: :any_skip_relocation, sonoma: "57d0fd54da1c207aa177d9a0f4439585923397eff8b9db2d4622f2f351de42a0"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "11236102723dcf5e280fd21703a18524e99ccc4163de70289c8e47f7a4761104"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "39d15ee0b6e3d5a818316f94bbf081f75d08e8f9d1601417700797a9d9522a3b"
1816
end
1917

2018
depends_on "go" => :build

0 commit comments

Comments
 (0)