Skip to content

Commit 4dc5cef

Browse files
authored
Merge pull request #235671 from Homebrew/bump-ggc-5.0.0
ggc 5.0.0
2 parents ad8c816 + 10e7771 commit 4dc5cef

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/g/ggc.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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/v4.0.0.tar.gz"
5-
sha256 "6256153b5f79c8320860978456645442fd696ed8a8bb706418cc4e1627661023"
4+
url "https://github.com/bmf-san/ggc/archive/refs/tags/v5.0.0.tar.gz"
5+
sha256 "8602c62d8005c708a4e54cff6da2f21fe31753d2fd24b588bba7d67993441bda"
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_sequoia: "d5c90d1ce1628856a578dad08808c60f0badf35f2bb68b69cdfeb14e2eec8747"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d5c90d1ce1628856a578dad08808c60f0badf35f2bb68b69cdfeb14e2eec8747"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d5c90d1ce1628856a578dad08808c60f0badf35f2bb68b69cdfeb14e2eec8747"
13-
sha256 cellar: :any_skip_relocation, sonoma: "50461dd8611510ca7afece9e1b7ba59111c219052b9f4061470c079000daa804"
14-
sha256 cellar: :any_skip_relocation, ventura: "50461dd8611510ca7afece9e1b7ba59111c219052b9f4061470c079000daa804"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "85c4badeeb5e2c11988efc1a67d543675c32c541f759bb6abafdd55f527ce00b"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4c6192cdf939eda59d01d6ff5370b78c79356c074ff00e2b0dc2d1800117c728"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ead0b9f777f5bd453683cbc0297817122aeba403789a1fc8334628f258bafe4a"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ead0b9f777f5bd453683cbc0297817122aeba403789a1fc8334628f258bafe4a"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ead0b9f777f5bd453683cbc0297817122aeba403789a1fc8334628f258bafe4a"
13+
sha256 cellar: :any_skip_relocation, sonoma: "8f5c57ae4c51bb083041e973e2b049dc9b870031b36a741477ea9b3aa5ce57fd"
14+
sha256 cellar: :any_skip_relocation, ventura: "8f5c57ae4c51bb083041e973e2b049dc9b870031b36a741477ea9b3aa5ce57fd"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "f2e30b1ef07223aab8da081e193bddff7db896319698f99dce3a7a3125066506"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "1d2f7116cc8117fb71e85cbefd719af5024510ca3ee5e40682126394c6a2b3f0"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)