Skip to content

Commit 56d129e

Browse files
authored
Merge pull request #251311 from phrase-bot/bump-phrase-cli-2.50.0
phrase-cli 2.50.0
2 parents 2883d76 + 270560b commit 56d129e

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,19 +1,19 @@
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.49.0.tar.gz"
5-
sha256 "fd42facc50f9b16a1880540739e0911b97b6799f8c7c2b92a419ac522fe48f5e"
4+
url "https://github.com/phrase/phrase-cli/archive/refs/tags/2.50.0.tar.gz"
5+
sha256 "21e5f55f6adab9b4d7ec6d9147253ce1edb64020af4f26d8b43de7cbd3920359"
66
license "MIT"
77

88
no_autobump! because: :bumped_by_upstream
99

1010
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "106b88d7f8c50ce3643e428cba010ce2a3a211859435caeb60beeec41c46d065"
12-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "106b88d7f8c50ce3643e428cba010ce2a3a211859435caeb60beeec41c46d065"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "106b88d7f8c50ce3643e428cba010ce2a3a211859435caeb60beeec41c46d065"
14-
sha256 cellar: :any_skip_relocation, sonoma: "41d5f541a4c51c89b7f24a63e2e1690b937b1c4a1746667d26eac78dffebab66"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "8e3e27abe17e2c672a0341bebe941b53cdb88d20675653824883688f20846b92"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2b4d8bb7a78300af3e04c0ea7a3200ced7f344bf67609e8ef62c0df48126d259"
11+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "8a7045010b73918bf9c5a7f4a4f6673c41c22255f64d7ea5c15c604d2e37da36"
12+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8a7045010b73918bf9c5a7f4a4f6673c41c22255f64d7ea5c15c604d2e37da36"
13+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8a7045010b73918bf9c5a7f4a4f6673c41c22255f64d7ea5c15c604d2e37da36"
14+
sha256 cellar: :any_skip_relocation, sonoma: "ce1ea255d06529f4d4e9d57dc946298b96c217306a09843ea58a0f7f08e937a8"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "b9c0df26d6b64ac595bb9bf3beaab472bd3d9a89fd9d59cd3c6e3a1ecc59ebb6"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c9abca79a270b8d4726d42a3b4281c6ada0df9a16df7b93fd6d00293e8c34b69"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)