|
1 | 1 | class PhraseCli < Formula |
2 | 2 | desc "Tool to interact with the Phrase API" |
3 | 3 | 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" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | no_autobump! because: :bumped_by_upstream |
9 | 9 |
|
10 | 10 | 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" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "go" => :build |
|
0 commit comments