Skip to content

Commit

Permalink
Merge pull request Nike-Inc#14 from melanahammel/feat/upgrade_cerberu…
Browse files Browse the repository at this point in the history
…s_cli_version

feat: upgrade cerberus cli to v0.11.1
  • Loading branch information
tlockney authored May 22, 2020
2 parents fb188b8 + 554f6e4 commit 15791b8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions cerberus-cli.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
class CerberusCli < Formula
desc "A CLI for the Cerberus API."
homepage "http://engineering.nike.com/cerberus"
url "https://github.com/Nike-Inc/cerberus-cli/releases/download/v0.11.0/cerberus-cli-darwin-amd64"
sha256 "2e5ed600092a5ecdb308c6720d233758ddfeaf89696d60060fa1bd1523ced4c4"
version "v0.11.0"
url "https://github.com/Nike-Inc/cerberus-cli/releases/download/v0.11.1/cerberus-cli-darwin-amd64"
sha256 "c81225a56f20cd5520c262d775c0395bdcb073bd4a2b82d1055a1eb19b1269c6"
version "v0.11.1"

resource "additional_files" do
url "https://github.com/Nike-Inc/cerberus-cli/archive/v0.11.0.tar.gz"
sha256 "0badc92daef320649d8725bc6017a40dd001ac10c66b5d61746f46592c0a44ff"
url "https://github.com/Nike-Inc/cerberus-cli/archive/v0.11.1.tar.gz"
sha256 "5f64b17c98afd850b1309eec130923983030b235bdbfc906693bd6a586c18a7d"
end

option "with-completion"
Expand All @@ -27,3 +27,4 @@ def install
system "#{bin}/cerberus", "help"
end
end

0 comments on commit 15791b8

Please sign in to comment.