@@ -3,26 +3,26 @@ class Circleci < Formula
3
3
homepage "https://circleci.com/docs/2.0/local-cli/"
4
4
# Updates should be pushed no more frequently than once per week.
5
5
url "https://github.com/CircleCI-Public/circleci-cli.git" ,
6
- tag : "v0.1.31425 " ,
7
- revision : "ebcbd1fecb31a8537c3dec98b9c8c5dbe77da1d2 "
6
+ tag : "v0.1.31543 " ,
7
+ revision : "5390914548a9937f3ef0d6d1070fbedcb162a4fc "
8
8
license "MIT"
9
9
head "https://github.com/CircleCI-Public/circleci-cli.git" , branch : "main"
10
10
11
11
bottle do
12
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "63f80efbb354a62e985c793bc94f2fb5e66c48b4e7a358c07fcc7e1d88d120fd "
13
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "63f80efbb354a62e985c793bc94f2fb5e66c48b4e7a358c07fcc7e1d88d120fd "
14
- sha256 cellar : :any_skip_relocation , arm64_ventura : "63f80efbb354a62e985c793bc94f2fb5e66c48b4e7a358c07fcc7e1d88d120fd "
15
- sha256 cellar : :any_skip_relocation , sonoma : "d255d2fcd5c4ccdf3cc217cb8a10a3e9841514b54a16dc369e2c8993408aa541 "
16
- sha256 cellar : :any_skip_relocation , ventura : "d255d2fcd5c4ccdf3cc217cb8a10a3e9841514b54a16dc369e2c8993408aa541 "
17
- sha256 cellar : :any_skip_relocation , x86_64_linux : "90038ceafa7a1652581218400519bea3fff891f218a78ce4b9b72b32dd52a6a9 "
12
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "ad623eddec17fdd6b50264f6be170eb80d4e6a8cb6dc76485a2dcc9a43f5b81c "
13
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "ad623eddec17fdd6b50264f6be170eb80d4e6a8cb6dc76485a2dcc9a43f5b81c "
14
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "ad623eddec17fdd6b50264f6be170eb80d4e6a8cb6dc76485a2dcc9a43f5b81c "
15
+ sha256 cellar : :any_skip_relocation , sonoma : "ff7015d0268f8ce2adb918c792c46a8afe1c2aabb891be097d7f9536852e72db "
16
+ sha256 cellar : :any_skip_relocation , ventura : "ff7015d0268f8ce2adb918c792c46a8afe1c2aabb891be097d7f9536852e72db "
17
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "bcf41e4802d824d483bbc0023aedcf2ed312672d90bb96d0bebb88dfcc8daa6f "
18
18
end
19
19
20
20
depends_on "go" => :build
21
21
22
22
def install
23
23
ldflags = %W[
24
24
-s -w
25
- -X github.com/CircleCI-Public/circleci-cli/version.packageManager=#{ tap . user }
25
+ -X github.com/CircleCI-Public/circleci-cli/version.packageManager=#{ tap . user . downcase }
26
26
-X github.com/CircleCI-Public/circleci-cli/version.Version=#{ version }
27
27
-X github.com/CircleCI-Public/circleci-cli/version.Commit=#{ Utils . git_short_head }
28
28
-X github.com/CircleCI-Public/circleci-cli/telemetry.SegmentEndpoint=https://api.segment.io
0 commit comments