@@ -2,21 +2,21 @@ class Glab < Formula
22 desc "Open-source GitLab command-line tool"
33 homepage "https://gitlab.com/gitlab-org/cli"
44 url "https://gitlab.com/gitlab-org/cli.git" ,
5- tag : "v1.60.2 " ,
6- revision : "001b8c4d5b83a7f96fd8dd4280a8f0d5eba5a3b9 "
5+ tag : "v1.61.0 " ,
6+ revision : "ef3ade5e9d4bd7edb8205489b0e29f486b6f0309 "
77 license "MIT"
88 head "https://gitlab.com/gitlab-org/cli.git" , branch : "main"
99
1010 no_autobump! because : :requires_manual_review
1111
1212 bottle do
13- sha256 cellar : :any_skip_relocation , arm64_sequoia : "9623bcd1676199d3b43ef2ffebd67cc4ff5ade9a0f90038bb5b148b09823a0fc "
14- sha256 cellar : :any_skip_relocation , arm64_sonoma : "9623bcd1676199d3b43ef2ffebd67cc4ff5ade9a0f90038bb5b148b09823a0fc "
15- sha256 cellar : :any_skip_relocation , arm64_ventura : "9623bcd1676199d3b43ef2ffebd67cc4ff5ade9a0f90038bb5b148b09823a0fc "
16- sha256 cellar : :any_skip_relocation , sonoma : "21592419029ff4dca6dadef176c60c8648ad3d0c51d0df3316e944259ab27b71 "
17- sha256 cellar : :any_skip_relocation , ventura : "21592419029ff4dca6dadef176c60c8648ad3d0c51d0df3316e944259ab27b71 "
18- sha256 cellar : :any_skip_relocation , arm64_linux : "595623efa6d052cafba32b50548916515e7d09604fc8376162033cc4b717d871 "
19- sha256 cellar : :any_skip_relocation , x86_64_linux : "7fe5b8cd4ebd1ac4a8975b1bc3c895e0925977f0448be82106b9c5de3e9192e2 "
13+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "cda2b9771fcea764ab91208a18fc62b2611da62fc3a1ebe9d2efe4b6374e28f0 "
14+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "cda2b9771fcea764ab91208a18fc62b2611da62fc3a1ebe9d2efe4b6374e28f0 "
15+ sha256 cellar : :any_skip_relocation , arm64_ventura : "cda2b9771fcea764ab91208a18fc62b2611da62fc3a1ebe9d2efe4b6374e28f0 "
16+ sha256 cellar : :any_skip_relocation , sonoma : "cb35915da03d1623544dba68e50daf9631d29e1dfded993c80e587ba863e78e5 "
17+ sha256 cellar : :any_skip_relocation , ventura : "cb35915da03d1623544dba68e50daf9631d29e1dfded993c80e587ba863e78e5 "
18+ sha256 cellar : :any_skip_relocation , arm64_linux : "39f4bec8fff357377e5f486f349e63f3338af1d06982ac72dd856fba9d762620 "
19+ sha256 cellar : :any_skip_relocation , x86_64_linux : "d7a58547d93b708a64c436028ae02f467b3f125678513381d81ffd2a57ac8a48 "
2020 end
2121
2222 depends_on "go" => :build
0 commit comments