Skip to content

Commit f9085e6

Browse files
authored
Merge pull request #250786 from phrase-bot/bump-phrase-cli-2.49.0
phrase-cli 2.49.0
2 parents 239d440 + 2af6848 commit f9085e6

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.48.0.tar.gz"
5-
sha256 "0784f31f5a186de7678f3bce3e29506facd0cd252c378c055c919fd3724756b6"
4+
url "https://github.com/phrase/phrase-cli/archive/refs/tags/2.49.0.tar.gz"
5+
sha256 "fd42facc50f9b16a1880540739e0911b97b6799f8c7c2b92a419ac522fe48f5e"
66
license "MIT"
77

88
no_autobump! because: :bumped_by_upstream
99

1010
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "a2aff87fff06f220d7f56e4d58f059be7610c013be3d50e404949a62a84b9abb"
12-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a2aff87fff06f220d7f56e4d58f059be7610c013be3d50e404949a62a84b9abb"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a2aff87fff06f220d7f56e4d58f059be7610c013be3d50e404949a62a84b9abb"
14-
sha256 cellar: :any_skip_relocation, sonoma: "929d53475575779bf50c83886852ab10d9a44990c4a0b73471a5334102373347"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "a88431a4b8c5fd51c87fa2573b23be273c32d5c4836721dacfc1d788c8bee344"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "45d2b67e32811daa0908681107b7c72fdb6302c299129419c9cf26ae56cf8abd"
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"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)