Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phrase-cli 2.33.0 #192651

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/p/phrase-cli.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class PhraseCli < Formula
desc "Tool to interact with the Phrase API"
homepage "https://phrase.com/"
url "https://github.com/phrase/phrase-cli/archive/refs/tags/2.32.0.tar.gz"
sha256 "e067de46c3fc630a53fdc7f74101582df5dd58ed55fd0a8274ef6ff933a71af4"
url "https://github.com/phrase/phrase-cli/archive/refs/tags/2.33.0.tar.gz"
sha256 "50b0452fe898845d89ec7cbcc47a4db69636f1d778f9bbf71f44ab6826f07121"
license "MIT"

bottle do
Expand All @@ -16,7 +16,7 @@

depends_on "go" => :build

def install

Check failure on line 19 in Formula/p/phrase-cli.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew install --verbose --formula --build-bottle phrase-cli` failed on Linux!

::error::phrase-cli 2.33.0 did not build
ldflags = %W[
-s -w
-X github.com/phrase/phrase-cli/cmd.PHRASE_CLIENT_VERSION=#{version}
Expand Down
Loading