Skip to content

Commit e9cacdf

Browse files
authored
Merge pull request Homebrew#209984 from phrase-bot/bump-phrase-cli-2.39.0
phrase-cli 2.39.0
2 parents 428fc9b + 9045fc3 commit e9cacdf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/p/phrase-cli.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class PhraseCli < Formula
22
desc "Tool to interact with the Phrase API"
33
homepage "https://phrase.com/"
4-
url "https://github.com/phrase/phrase-cli/archive/refs/tags/2.38.0.tar.gz"
5-
sha256 "408f58c18c9e44ebcacdc660f8d1077ae531b22b1a194bbb05fca88d18cdf12e"
4+
url "https://github.com/phrase/phrase-cli/archive/refs/tags/2.39.0.tar.gz"
5+
sha256 "f0070acbea6c569de32f16134b14daa87b6cd8978c76703f582b1c092aad377c"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "237a225e873091637ecce08e1979160743aea38971345d6f37402499b8978181"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "237a225e873091637ecce08e1979160743aea38971345d6f37402499b8978181"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "237a225e873091637ecce08e1979160743aea38971345d6f37402499b8978181"
12-
sha256 cellar: :any_skip_relocation, sonoma: "2ac0de5cc1459506f2062aa8506e4bba253ae54d3b545cdf0ba43ad25ce7cf59"
13-
sha256 cellar: :any_skip_relocation, ventura: "2ac0de5cc1459506f2062aa8506e4bba253ae54d3b545cdf0ba43ad25ce7cf59"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "46b8480f48a9dbb931a90fc6b627d4b375021129589e95ca36ad45a5ebb1bb62"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b7be851b3f7b1ccfcf95e2b7dc2806b806f84fcc3e009c0ebf41b04a0bd5bd02"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b7be851b3f7b1ccfcf95e2b7dc2806b806f84fcc3e009c0ebf41b04a0bd5bd02"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "b7be851b3f7b1ccfcf95e2b7dc2806b806f84fcc3e009c0ebf41b04a0bd5bd02"
12+
sha256 cellar: :any_skip_relocation, sonoma: "b20fd79a08789e76d7535337bdc453ed00a14f1b46c908e443a3a46f5ebc9adc"
13+
sha256 cellar: :any_skip_relocation, ventura: "b20fd79a08789e76d7535337bdc453ed00a14f1b46c908e443a3a46f5ebc9adc"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3999dc5dc38e2315be4ba86d302bd2b1c239c63a564eb066fc1b83856e875383"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)