|
1 | 1 | class GitTown < Formula
|
2 | 2 | desc "High-level command-line interface for Git"
|
3 | 3 | homepage "https://www.git-town.com/"
|
4 |
| - url "https://github.com/git-town/git-town/archive/refs/tags/v18.3.2.tar.gz" |
5 |
| - sha256 "ec762f740f100b1d8c0478bc17246bd2df24158763f35e5d0a414f7e90b44aee" |
| 4 | + url "https://github.com/git-town/git-town/archive/refs/tags/v19.0.0.tar.gz" |
| 5 | + sha256 "45140bc35035e78cc3909761623f81316fd3d802dc27a1f4c3052117a3a1973a" |
6 | 6 | license "MIT"
|
7 | 7 | head "https://github.com/git-town/git-town.git", branch: "main"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3c75edfe9caac5780d40d9917d01f5ea0371277566cedbc187cf05f109819aac" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3c75edfe9caac5780d40d9917d01f5ea0371277566cedbc187cf05f109819aac" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "3c75edfe9caac5780d40d9917d01f5ea0371277566cedbc187cf05f109819aac" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "8f3d73f05f8b31b108f30ce40117624b9c9d8906de2809b378b20d81a90933fe" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "8f3d73f05f8b31b108f30ce40117624b9c9d8906de2809b378b20d81a90933fe" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "9dfe09b6596445d1dc2a5f32191536f5ac6267682332f1bdca7bddf74415499a" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6f1063bd318df648613b9cd7312126bbae5c0b40399dc26819c2c729e1232b97" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6f1063bd318df648613b9cd7312126bbae5c0b40399dc26819c2c729e1232b97" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "6f1063bd318df648613b9cd7312126bbae5c0b40399dc26819c2c729e1232b97" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "1187efa3ef6785da1361295e7e660f8be0ffca5f202dd65622e8cdf31faf6039" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "1187efa3ef6785da1361295e7e660f8be0ffca5f202dd65622e8cdf31faf6039" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "2edaccf2b1945a30fe522d5dc9ee3c9c67d4487100e1a39056874aed32673c00" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments