Skip to content

Commit 48029ec

Browse files
authored
Merge pull request #216549 from Homebrew/bump-circleci-0.1.31543
circleci 0.1.31543
2 parents 140dff1 + d8274e9 commit 48029ec

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/c/circleci.rb

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@ class Circleci < Formula
33
homepage "https://circleci.com/docs/2.0/local-cli/"
44
# Updates should be pushed no more frequently than once per week.
55
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"
88
license "MIT"
99
head "https://github.com/CircleCI-Public/circleci-cli.git", branch: "main"
1010

1111
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"
1818
end
1919

2020
depends_on "go" => :build
2121

2222
def install
2323
ldflags = %W[
2424
-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}
2626
-X github.com/CircleCI-Public/circleci-cli/version.Version=#{version}
2727
-X github.com/CircleCI-Public/circleci-cli/version.Commit=#{Utils.git_short_head}
2828
-X github.com/CircleCI-Public/circleci-cli/telemetry.SegmentEndpoint=https://api.segment.io

0 commit comments

Comments
 (0)