@@ -2,20 +2,20 @@ 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.78.2 " ,
6- revision : "ee06e5192f705b7d656632f8fc8b8d04f61e5d33 "
5+ tag : "v1.78.3 " ,
6+ revision : "b234b22a76748297e303199bb4e381be5dc6572a "
77 license "MIT"
88 head "https://gitlab.com/gitlab-org/cli.git" , branch : "main"
99
1010 no_autobump! because : :bumped_by_upstream
1111
1212 bottle do
13- sha256 cellar : :any_skip_relocation , arm64_tahoe : "c01130a433b72436348d836eef6c0b2af4b052ca4f096d55d50e35082815097c "
14- sha256 cellar : :any_skip_relocation , arm64_sequoia : "c01130a433b72436348d836eef6c0b2af4b052ca4f096d55d50e35082815097c "
15- sha256 cellar : :any_skip_relocation , arm64_sonoma : "c01130a433b72436348d836eef6c0b2af4b052ca4f096d55d50e35082815097c "
16- sha256 cellar : :any_skip_relocation , sonoma : "3aec887a926ca2d78d371b62db686d32ef27425d69f1bd5d22289ede4739a8a1 "
17- sha256 cellar : :any_skip_relocation , arm64_linux : "c6eefa83eded1202042c545f3fa7539e48f8ce3626207febf7d626b70b13ec4b "
18- sha256 cellar : :any_skip_relocation , x86_64_linux : "195ead185a09525ea22b672d2542eb7bbcd60793e02591256ad6d241153e4a52 "
13+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "16438328900481c40fbf3d801c6ae3a4fc26e6a9a6c4ce8fdc0adfa3efb5eb69 "
14+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "16438328900481c40fbf3d801c6ae3a4fc26e6a9a6c4ce8fdc0adfa3efb5eb69 "
15+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "16438328900481c40fbf3d801c6ae3a4fc26e6a9a6c4ce8fdc0adfa3efb5eb69 "
16+ sha256 cellar : :any_skip_relocation , sonoma : "31aae886d43cb896fe377f829ee7628364adeaac681a9f3e8819c98cae1d8daa "
17+ sha256 cellar : :any_skip_relocation , arm64_linux : "af598641334d740880ea7b2a84dcbf709aa0d7f18a23f8a2ded742c62c36e0cf "
18+ sha256 cellar : :any_skip_relocation , x86_64_linux : "ea64702071e93bb146aeb260cd26a56ff3d19067cdf5469cf159dd551a78a2b6 "
1919 end
2020
2121 depends_on "go" => :build
0 commit comments