|
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.47.0.tar.gz" |
5 | | - sha256 "9531085163eb7227b39729cdc8672a21965eb96cf4fe7e3ed9aeac40b6509f35" |
| 4 | + url "https://github.com/phrase/phrase-cli/archive/refs/tags/2.48.0.tar.gz" |
| 5 | + sha256 "0784f31f5a186de7678f3bce3e29506facd0cd252c378c055c919fd3724756b6" |
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: "285216ae8608cfde790a744c7f5c11f8a640bcefc928901d21d2b0a789a4957c" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "285216ae8608cfde790a744c7f5c11f8a640bcefc928901d21d2b0a789a4957c" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "285216ae8608cfde790a744c7f5c11f8a640bcefc928901d21d2b0a789a4957c" |
14 | | - sha256 cellar: :any_skip_relocation, sonoma: "186516c9a3310bedf7d964d4c6b915c85c9f9833151257f4dada9b2a82aa6f1b" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "8a5f595aced006c5c368236e377e59edbdbc98e2085809743d8d7bb31cba4f48" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "f3a217ae87231cf87d719bd2162538f521234f580cb6c1bb279526ee572edbc8" |
| 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" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "go" => :build |
|
0 commit comments