|
1 | 1 | class GitSpice < Formula |
2 | 2 | desc "Manage stacked Git branches" |
3 | 3 | homepage "https://abhinav.github.io/git-spice/" |
4 | | - url "https://github.com/abhinav/git-spice/archive/refs/tags/v0.19.0.tar.gz" |
5 | | - sha256 "3ee62e5c6745c75ca8a606b880e4952e97a217ff0f06ce990479879fabdd19ed" |
| 4 | + url "https://github.com/abhinav/git-spice/archive/refs/tags/v0.19.1.tar.gz" |
| 5 | + sha256 "92322812b16de9e4dc9dbdf78ab156cfa1d677d7e8043e2ca54eb2c19a9b29d0" |
6 | 6 | license "GPL-3.0-or-later" |
7 | 7 | head "https://github.com/abhinav/git-spice.git", branch: "main" |
8 | 8 |
|
9 | 9 | no_autobump! because: :bumped_by_upstream |
10 | 10 |
|
11 | 11 | bottle do |
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" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "3248c72a01ee1bc9eefda2b92d050948a4bc0c0f3a59dc577e71f485bc8a7491" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3248c72a01ee1bc9eefda2b92d050948a4bc0c0f3a59dc577e71f485bc8a7491" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3248c72a01ee1bc9eefda2b92d050948a4bc0c0f3a59dc577e71f485bc8a7491" |
| 15 | + sha256 cellar: :any_skip_relocation, sonoma: "5b55b3b6cfece49bca5802b754772f226d8d81b043c74b507db309e48ca7cf24" |
| 16 | + sha256 cellar: :any_skip_relocation, arm64_linux: "c53ce0421b69f773168751464eaad6d3652597f956b5df7db5b1a9069ff9f31a" |
| 17 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "e60a42dad76401a722218951569303fd30c8f98884cb3b349f0c97df77f81149" |
18 | 18 | end |
19 | 19 |
|
20 | 20 | depends_on "go" => :build |
|
0 commit comments