|
1 | 1 | class Akamai < Formula |
2 | 2 | desc "CLI toolkit for working with Akamai's APIs" |
3 | 3 | homepage "https://github.com/akamai/cli" |
4 | | - url "https://github.com/akamai/cli/archive/refs/tags/v1.6.1.tar.gz" |
5 | | - sha256 "72670806967ecb63bf516b3e36635cdbbccff7a1f648782996b6e614f06565c8" |
| 4 | + url "https://github.com/akamai/cli/archive/refs/tags/v2.0.0.tar.gz" |
| 5 | + sha256 "f9657d51f971ef6f65a6dd8f2f7791d78afd7e1065989ceb552f1701f5434927" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dc904bcc85efab494238756c0cc09bc9afcb011006c77c185db0851db18302e0" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "dc904bcc85efab494238756c0cc09bc9afcb011006c77c185db0851db18302e0" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "dc904bcc85efab494238756c0cc09bc9afcb011006c77c185db0851db18302e0" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "55212608af5d376981fd87232f8558d9640636ba83bc39ca05ff9ff24d0f53cd" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "55212608af5d376981fd87232f8558d9640636ba83bc39ca05ff9ff24d0f53cd" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "9fe29135622fbeb235f21de31bf5c7879ea3441eee7a7e8df9c5dcaf5100daa3" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6df8514c31f1cfffea1999be868bbe8169a8c39330c50b17ad5346a2c36eb137" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6df8514c31f1cfffea1999be868bbe8169a8c39330c50b17ad5346a2c36eb137" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "6df8514c31f1cfffea1999be868bbe8169a8c39330c50b17ad5346a2c36eb137" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "d5b47ce468330445f4590a44eca2c1cc142beef16394d20305509ce198391adf" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "d5b47ce468330445f4590a44eca2c1cc142beef16394d20305509ce198391adf" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "3973ace14a11112bc74e098fc036dfef38258ae86864ec42b622028d33581555" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => [:build, :test] |
|
0 commit comments