Skip to content

Commit a391ab6

Browse files
authored
Merge pull request Homebrew#199231 from phrase-bot/bump-phrase-cli-2.34.1
phrase-cli 2.34.1
2 parents 4df52d3 + 4809392 commit a391ab6

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.34.0.tar.gz"
5-
sha256 "0a6ecb14be1d0454c837cc6c8f4ce244a2bd432c8c2ccbce5679a118eb251054"
4+
url "https://github.com/phrase/phrase-cli/archive/refs/tags/2.34.1.tar.gz"
5+
sha256 "5b19f574c02ee9e98464d03a79ce3c2903309e7c45f35bd98dea92daeb67363a"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a6e9aeaf31bfda90f655b9a9720e456f3ad987e5fbb1e4dd165a47539a59ad8d"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a6e9aeaf31bfda90f655b9a9720e456f3ad987e5fbb1e4dd165a47539a59ad8d"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "a6e9aeaf31bfda90f655b9a9720e456f3ad987e5fbb1e4dd165a47539a59ad8d"
12-
sha256 cellar: :any_skip_relocation, sonoma: "ce07fe202ed1bc611f4cc006304fd2b82fe545bcb8fd63cfc16467c376fb0fa6"
13-
sha256 cellar: :any_skip_relocation, ventura: "ce07fe202ed1bc611f4cc006304fd2b82fe545bcb8fd63cfc16467c376fb0fa6"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9c8c8d8c5f4bc2de447ce8810e782ffc5c255fb6bba6e2e11b51a55c6f412cc4"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ee2bf651facb7124fec45e5744fcf6675c966f303ca9df3efbf6f3d9d8f8a15f"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ee2bf651facb7124fec45e5744fcf6675c966f303ca9df3efbf6f3d9d8f8a15f"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ee2bf651facb7124fec45e5744fcf6675c966f303ca9df3efbf6f3d9d8f8a15f"
12+
sha256 cellar: :any_skip_relocation, sonoma: "5fb496815098a24aecf1e2c030f6220bbf1b8c86cd7e15200f610228db90a527"
13+
sha256 cellar: :any_skip_relocation, ventura: "5fb496815098a24aecf1e2c030f6220bbf1b8c86cd7e15200f610228db90a527"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "618d2d20e48d15440f038e7ce79d0f3078d0e3b15380a007ab36d0cd33f68304"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)