Skip to content

Commit d83e151

Browse files
authored
Merge pull request Homebrew#206383 from Homebrew/bump-akamai-2.0.0
akamai 2.0.0
2 parents 9c07042 + e859025 commit d83e151

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/a/akamai.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Akamai < Formula
22
desc "CLI toolkit for working with Akamai's APIs"
33
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"
66
license "Apache-2.0"
77

88
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"
1515
end
1616

1717
depends_on "go" => [:build, :test]

0 commit comments

Comments
 (0)