@@ -2,21 +2,21 @@ class Glab < Formula
2
2
desc "Open-source GitLab command-line tool"
3
3
homepage "https://gitlab.com/gitlab-org/cli"
4
4
url "https://gitlab.com/gitlab-org/cli.git" ,
5
- tag : "v1.60.0 " ,
6
- revision : "8056b7a3325097aadaa11272e76477619a28bdaa "
5
+ tag : "v1.60.1 " ,
6
+ revision : "4f0ea8d59d11489757b986b327441e3c4c91e6a0 "
7
7
license "MIT"
8
8
head "https://gitlab.com/gitlab-org/cli.git" , branch : "main"
9
9
10
10
no_autobump! because : :requires_manual_review
11
11
12
12
bottle do
13
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "6d4aa510d8dca7810b2cb5755554d31da52a8b0c25314b0307551805a0de8ef2 "
14
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "6d4aa510d8dca7810b2cb5755554d31da52a8b0c25314b0307551805a0de8ef2 "
15
- sha256 cellar : :any_skip_relocation , arm64_ventura : "6d4aa510d8dca7810b2cb5755554d31da52a8b0c25314b0307551805a0de8ef2 "
16
- sha256 cellar : :any_skip_relocation , sonoma : "c8c1b77570e36a810673f25000c105410e9c06c36c6abfe8633e30ddc79ae9b9 "
17
- sha256 cellar : :any_skip_relocation , ventura : "c8c1b77570e36a810673f25000c105410e9c06c36c6abfe8633e30ddc79ae9b9 "
18
- sha256 cellar : :any_skip_relocation , arm64_linux : "f1d5348b03a6ce0ff2e766ca5b5b89045981f624c12c3c7270d147c541aa5055 "
19
- sha256 cellar : :any_skip_relocation , x86_64_linux : "04b3859cbc70afd4a1a35448b970b45d4eea78b531d741e67602558d0e0e51e9 "
13
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "11aed2cc9f5d9a41a6e44b656c02a8375cc23ae8c1d1919664396b4b42f91b29 "
14
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "11aed2cc9f5d9a41a6e44b656c02a8375cc23ae8c1d1919664396b4b42f91b29 "
15
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "11aed2cc9f5d9a41a6e44b656c02a8375cc23ae8c1d1919664396b4b42f91b29 "
16
+ sha256 cellar : :any_skip_relocation , sonoma : "0828d326f3ac94daa760eaaa2b89bc954da27698d8062dab5c49b244cf4b64fa "
17
+ sha256 cellar : :any_skip_relocation , ventura : "0828d326f3ac94daa760eaaa2b89bc954da27698d8062dab5c49b244cf4b64fa "
18
+ sha256 cellar : :any_skip_relocation , arm64_linux : "78ce9db644666894ec6779afb91018f995d8ffbf8fc1644de4b6cc6450123193 "
19
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "361218cc4a461775b0c4eccdb3f9fe344731744deaf74a4b706758344f871ed0 "
20
20
end
21
21
22
22
depends_on "go" => :build
0 commit comments