Skip to content

Commit 0d2c2ec

Browse files
authored
Merge pull request Nike-Inc#15 from tunderwood/feat/upgrade_cerberus_cli_version_to_support_china
feat: Updates the Cerberus CLI version to enable the AWS China partition
2 parents 15791b8 + 7949ebd commit 0d2c2ec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cerberus-cli.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
class CerberusCli < Formula
22
desc "A CLI for the Cerberus API."
33
homepage "http://engineering.nike.com/cerberus"
4-
url "https://github.com/Nike-Inc/cerberus-cli/releases/download/v0.11.1/cerberus-cli-darwin-amd64"
5-
sha256 "c81225a56f20cd5520c262d775c0395bdcb073bd4a2b82d1055a1eb19b1269c6"
6-
version "v0.11.1"
4+
url "https://github.com/Nike-Inc/cerberus-cli/releases/download/v0.12.0/cerberus-cli-darwin-amd64"
5+
sha256 "a3b3e263c4ebbfec9ea1e8ad4bbe914fd7b1cee8541fb5740d63c466d45220c6"
6+
version "v0.12.0"
77

88
resource "additional_files" do
9-
url "https://github.com/Nike-Inc/cerberus-cli/archive/v0.11.1.tar.gz"
10-
sha256 "5f64b17c98afd850b1309eec130923983030b235bdbfc906693bd6a586c18a7d"
9+
url "https://github.com/Nike-Inc/cerberus-cli/archive/v0.12.0.tar.gz"
10+
sha256 "2d51db82115dfa29957171dc678f76cdce4ef8258ea4ca2311fa06b83280bd91"
1111
end
1212

1313
option "with-completion"

0 commit comments

Comments
 (0)