|
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/v15.2.0.tar.gz" |
5 |
| - sha256 "95af0ac8a4663c2addb79326b10b696d9a9d04753b1f4fc0626ca3937e9f6eaa" |
| 4 | + url "https://github.com/git-town/git-town/archive/refs/tags/v15.3.0.tar.gz" |
| 5 | + sha256 "2b2d6fedc6e464b8b980b2cfabd790a5a11b260ffaf973030eb152b68759bc47" |
6 | 6 | license "MIT"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c293404dc04a661e5fd1db3cf10e59c4258792b159494e7de455ed3599ea6f19" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "c293404dc04a661e5fd1db3cf10e59c4258792b159494e7de455ed3599ea6f19" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "c293404dc04a661e5fd1db3cf10e59c4258792b159494e7de455ed3599ea6f19" |
12 |
| - sha256 cellar: :any_skip_relocation, sonoma: "33068f27b822a95b45cb68f3c6f1994499e67ea38097b9291693acfea5ac4872" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "33068f27b822a95b45cb68f3c6f1994499e67ea38097b9291693acfea5ac4872" |
14 |
| - sha256 cellar: :any_skip_relocation, monterey: "33068f27b822a95b45cb68f3c6f1994499e67ea38097b9291693acfea5ac4872" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "e5c8fb3fac4584d43866d6df7361e00c6788b4b0d3f63fe2daaedab80bbf2263" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1bc6f25aebd75326e1eecfa5fb7775215e48c60771ea86bd70666312edfe2814" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "1bc6f25aebd75326e1eecfa5fb7775215e48c60771ea86bd70666312edfe2814" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "1bc6f25aebd75326e1eecfa5fb7775215e48c60771ea86bd70666312edfe2814" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "b634618020225e420e57f79c9fd8a2db3fe1d17130f7b23558bcb7f6ed453f33" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "b634618020225e420e57f79c9fd8a2db3fe1d17130f7b23558bcb7f6ed453f33" |
| 14 | + sha256 cellar: :any_skip_relocation, monterey: "b634618020225e420e57f79c9fd8a2db3fe1d17130f7b23558bcb7f6ed453f33" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "6534d9b7e5c938d0309f70dd50d1d2cc89a90ed747dde08d9c45e0e42029276c" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments