|
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/v20.2.0.tar.gz" |
5 | | - sha256 "7bd994ce74b9db33a00ea2e55dbdcbc5eb11a74e8845e4b95b9588105a4af4fd" |
| 4 | + url "https://github.com/git-town/git-town/archive/refs/tags/v21.0.0.tar.gz" |
| 5 | + sha256 "cdedcb8558822d808d3ff5fea0ba9efc207b8d7b3a6babaaa3378e6ad12a2ae8" |
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: "127fe76c2773942ded97c46ec5285bb60dea631cbd825eff2b71766c0c552390" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "127fe76c2773942ded97c46ec5285bb60dea631cbd825eff2b71766c0c552390" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "127fe76c2773942ded97c46ec5285bb60dea631cbd825eff2b71766c0c552390" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "79f8eef2e287c62cc2ed7c9fb0ccb6f3ee8ef5d1eaee6c79e7a23007e4c7fe38" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "79f8eef2e287c62cc2ed7c9fb0ccb6f3ee8ef5d1eaee6c79e7a23007e4c7fe38" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "1228a541af84f3a1a4d048a2b5af00fac0ee8d916d000178531665222bec357d" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "540c384224369c2ff594a7016b02c60231be8c9493fd7960b18be4c71956909a" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "540c384224369c2ff594a7016b02c60231be8c9493fd7960b18be4c71956909a" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "540c384224369c2ff594a7016b02c60231be8c9493fd7960b18be4c71956909a" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "3a630c99c3bf37ed6a8adb657028bd9797a6fd6622b0bfd744eb7df7ff3d9a42" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "3a630c99c3bf37ed6a8adb657028bd9797a6fd6622b0bfd744eb7df7ff3d9a42" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "9d3934a5f29042e4a5630954071818d3ee9a2bb8cf7062522913b03b2392b60a" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments