Skip to content

Commit 461ca5f

Browse files
authored
Merge pull request #250215 from abhinav-robot/bump-git-spice-0.19.0
git-spice 0.19.0
2 parents 79e918d + 338add9 commit 461ca5f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/g/git-spice.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
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.18.0.tar.gz"
5-
sha256 "893b65936a7376d6f241036d1d0b374b4fc81fccf216f3ec7e6a17f064d345e6"
4+
url "https://github.com/abhinav/git-spice/archive/refs/tags/v0.19.0.tar.gz"
5+
sha256 "3ee62e5c6745c75ca8a606b880e4952e97a217ff0f06ce990479879fabdd19ed"
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: "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, arm64_linux: "b952a7c9159b2c2a90e408359d763300ee623320e97bd36759fc1f784b1b8764"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "16fe96df7ecf638abce20b7e95b91519329826eecb97b51540545a8c4d4955e2"
12+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "299136c8b9a1acb5ccf6bdc6beb3f6fd42c0d8095f914b27c9de99272ef3018f"
13+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "299136c8b9a1acb5ccf6bdc6beb3f6fd42c0d8095f914b27c9de99272ef3018f"
14+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "299136c8b9a1acb5ccf6bdc6beb3f6fd42c0d8095f914b27c9de99272ef3018f"
15+
sha256 cellar: :any_skip_relocation, sonoma: "be3aee859e96dd56257b82070561f66d3ce511e34db1ddf2582df74132f2c59b"
16+
sha256 cellar: :any_skip_relocation, arm64_linux: "495cac5bca6c81b7b12abf498ad37b137ae49aae557d36fc2262354cbe5da858"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "5cde186a04c65d9f0c5a20bad2c847bd390101c1c53e804b7ab5c0d7ca54ecb7"
1818
end
1919

2020
depends_on "go" => :build

0 commit comments

Comments
 (0)