|
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.19.1.tar.gz" |
5 |
| - sha256 "f07adde85b24bd99538fae89a3feaa7c869cb1282534771552bf2edf53695859" |
| 4 | + url "https://github.com/phrase/phrase-cli/archive/refs/tags/2.19.2.tar.gz" |
| 5 | + sha256 "6441dc33f087cd293c5dc9c953954116a40ccb251d25a23268f04e5aded084e6" |
6 | 6 | license "MIT"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fe982cc1cfd65a9236e6a519f671b730d7f304b1744f58b46cfc7ab17b8b24d4" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "04a29a17a04f70c5946da05c804026092ca3928a826e531bacc62eab8a29fb55" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "85b8e63fa6663eff809bdb63920242876c4dd29fa56f887b3f8633b41106a1ad" |
12 |
| - sha256 cellar: :any_skip_relocation, sonoma: "235fa9e9db18d2854ef175ea3baac7675c00780d6437a2a7b25262c5d99635f8" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "368bd918b55df91c7e04d34d80afd70bcbcb3bcefb44143d61e7f3bad6bf9e81" |
14 |
| - sha256 cellar: :any_skip_relocation, monterey: "5ba2866ad38b63a1d274f40447bf571f7f6e2b4c92213460183cf1071ded82fb" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "141a4a395c2bce9c0e20237447501187b20c633b5b9d31ee57eeb3011d19ca97" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "80a4afcff33700016c2c72336d989de79ab935e6082fd5d066a6b3c9712123bc" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "cb3b04f6650c21283e3b16981b430c7bbf077bbdc1f0c6148e3eda782a7d4504" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "9595f617348e71b29923013ee724805d7e4c8c269d8e2e1ebea3511721eab817" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "c58bb76b72f6b89e79647f5675cd6e1377fd4e2e65ab4a23d29195d70c13d506" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "12fb824d9c6089e36a6ae8112ff44bfbf65aa2952aa0d6469d9f7f13bbd6ac49" |
| 14 | + sha256 cellar: :any_skip_relocation, monterey: "748748a64e48f076e9ccdb72b176152b0219670dce83773ee9a9d3b2cea6904f" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "f778d68461e8669b072729a8a0f896b32216db7c816b53f1401a50cb2f51a32a" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments