Skip to content

Commit

Permalink
Merge pull request Nike-Inc#16 from tunderwood/feat/update_cerberus_c…
Browse files Browse the repository at this point in the history
…li_to_1.0.0

Update Cerberus-CLI to v1.0.0
  • Loading branch information
tlockney authored Oct 27, 2020
2 parents 0d2c2ec + 3abcea6 commit ee9a762
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 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.12.0/cerberus-cli-darwin-amd64"
url "https://github.com/Nike-Inc/cerberus-cli/releases/download/v1.0.0/cerberus-cli-darwin-amd64"
sha256 "a3b3e263c4ebbfec9ea1e8ad4bbe914fd7b1cee8541fb5740d63c466d45220c6"
version "v0.12.0"
version "v1.0.0"

resource "additional_files" do
url "https://github.com/Nike-Inc/cerberus-cli/archive/v0.12.0.tar.gz"
sha256 "2d51db82115dfa29957171dc678f76cdce4ef8258ea4ca2311fa06b83280bd91"
url "https://github.com/Nike-Inc/cerberus-cli/archive/v1.0.0.tar.gz"
sha256 "902a4e7c62168586da736f0f52906c723cc15565f7adb995b6de7149f7c0f716"
end

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

0 comments on commit ee9a762

Please sign in to comment.