|
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.34.0.tar.gz" |
5 | | - sha256 "0a6ecb14be1d0454c837cc6c8f4ce244a2bd432c8c2ccbce5679a118eb251054" |
| 4 | + url "https://github.com/phrase/phrase-cli/archive/refs/tags/2.34.1.tar.gz" |
| 5 | + sha256 "5b19f574c02ee9e98464d03a79ce3c2903309e7c45f35bd98dea92daeb67363a" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a6e9aeaf31bfda90f655b9a9720e456f3ad987e5fbb1e4dd165a47539a59ad8d" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a6e9aeaf31bfda90f655b9a9720e456f3ad987e5fbb1e4dd165a47539a59ad8d" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "a6e9aeaf31bfda90f655b9a9720e456f3ad987e5fbb1e4dd165a47539a59ad8d" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "ce07fe202ed1bc611f4cc006304fd2b82fe545bcb8fd63cfc16467c376fb0fa6" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "ce07fe202ed1bc611f4cc006304fd2b82fe545bcb8fd63cfc16467c376fb0fa6" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "9c8c8d8c5f4bc2de447ce8810e782ffc5c255fb6bba6e2e11b51a55c6f412cc4" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ee2bf651facb7124fec45e5744fcf6675c966f303ca9df3efbf6f3d9d8f8a15f" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ee2bf651facb7124fec45e5744fcf6675c966f303ca9df3efbf6f3d9d8f8a15f" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "ee2bf651facb7124fec45e5744fcf6675c966f303ca9df3efbf6f3d9d8f8a15f" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "5fb496815098a24aecf1e2c030f6220bbf1b8c86cd7e15200f610228db90a527" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "5fb496815098a24aecf1e2c030f6220bbf1b8c86cd7e15200f610228db90a527" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "618d2d20e48d15440f038e7ce79d0f3078d0e3b15380a007ab36d0cd33f68304" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments