Skip to content

Commit 78b1571

Browse files
authored
Merge pull request Homebrew#224970 from Homebrew/bump-phrase-cli-2.42.0
phrase-cli 2.42.0
2 parents ff75c1e + bde89a4 commit 78b1571

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.40.0.tar.gz"
5-
sha256 "1f2000c179595ea5e8c86ae4e8d20f07d0da37e320dddaa96c8c397faba0862a"
4+
url "https://github.com/phrase/phrase-cli/archive/refs/tags/2.42.0.tar.gz"
5+
sha256 "42dd084ef2b622e33c524dabfcf6d7e1f74f52d3a1930e942cc91e25720e7779"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "70445e1015d456dba6dbd17af6682bc9a598d3bf9f384980c608e2186061999f"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "70445e1015d456dba6dbd17af6682bc9a598d3bf9f384980c608e2186061999f"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "70445e1015d456dba6dbd17af6682bc9a598d3bf9f384980c608e2186061999f"
12-
sha256 cellar: :any_skip_relocation, sonoma: "4aff19ebfd35bd814f216c6d45e1e774cde06b5fc57926c8038ccc5d1494057a"
13-
sha256 cellar: :any_skip_relocation, ventura: "4aff19ebfd35bd814f216c6d45e1e774cde06b5fc57926c8038ccc5d1494057a"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a6d96a733d7c89397ffdc66ed0e329ff51c0cb3be9a3b7bd0c919d75b75caee8"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cd66acf469f2e9fafaf949c734597c6f016fb222b016e4ce139c60f2c7403280"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cd66acf469f2e9fafaf949c734597c6f016fb222b016e4ce139c60f2c7403280"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "cd66acf469f2e9fafaf949c734597c6f016fb222b016e4ce139c60f2c7403280"
12+
sha256 cellar: :any_skip_relocation, sonoma: "278a769c0e243735a5fef5d290ce8a6c5c1df09523709049bae23696d8a20708"
13+
sha256 cellar: :any_skip_relocation, ventura: "278a769c0e243735a5fef5d290ce8a6c5c1df09523709049bae23696d8a20708"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "04bbd1a3c0ddccec522a44a5fc8e5127ba2a67ada44a7759e069b795180f1e47"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)