Skip to content

Commit 7611616

Browse files
authored
Merge pull request #245603 from abhinav-robot/bump-git-spice-0.18.0
git-spice 0.18.0
2 parents fcf5161 + 9c2eb20 commit 7611616

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Formula/g/git-spice.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class GitSpice < Formula
22
desc "Manage stacked Git branches"
33
homepage "https://abhinav.github.io/git-spice/"
4-
url "https://github.com/abhinav/git-spice/archive/refs/tags/v0.17.1.tar.gz"
5-
sha256 "c8798b624064c2f32542f102a59ba4eaf95b1a3cb95a1205b0791d66e00778b7"
4+
url "https://github.com/abhinav/git-spice/archive/refs/tags/v0.18.0.tar.gz"
5+
sha256 "893b65936a7376d6f241036d1d0b374b4fc81fccf216f3ec7e6a17f064d345e6"
66
license "GPL-3.0-or-later"
77
head "https://github.com/abhinav/git-spice.git", branch: "main"
88

99
no_autobump! because: :bumped_by_upstream
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "bb9077aa145da8c212de3ca4d48c52a6cba6e1914625d0c80a73b135fc75ffb3"
13-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "bb9077aa145da8c212de3ca4d48c52a6cba6e1914625d0c80a73b135fc75ffb3"
14-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bb9077aa145da8c212de3ca4d48c52a6cba6e1914625d0c80a73b135fc75ffb3"
15-
sha256 cellar: :any_skip_relocation, sonoma: "0584abd93c4bc4d08f0ba743c54052775c93bcc158c50738902a890af8454a94"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9c279799389ae87c74ebecd06677cf85855bcb5d2ce1c45e4632859cbe089756"
12+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "d154d5fbd5e21690e3d773087fa6de97ccba6fce53001259e0575d24aa100ab1"
13+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d154d5fbd5e21690e3d773087fa6de97ccba6fce53001259e0575d24aa100ab1"
14+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d154d5fbd5e21690e3d773087fa6de97ccba6fce53001259e0575d24aa100ab1"
15+
sha256 cellar: :any_skip_relocation, sonoma: "cfd3a331af4eb9ea86d2afe054c8e924cdf9495a9117568d2378a4d0709d4d53"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "16fe96df7ecf638abce20b7e95b91519329826eecb97b51540545a8c4d4955e2"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)