denominator 3.6.0
Closes Homebrew/homebrew#22011. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
a86e4cabd0
commit
b872177460
1 changed files with 3 additions and 3 deletions
|
@ -3,10 +3,10 @@ require 'formula'
|
|||
class Denominator < ScriptFileFormula
|
||||
# This is a shell script wrapping a java jar; download as single file using nounzip
|
||||
homepage 'https://github.com/Netflix/denominator/tree/master/denominator-cli'
|
||||
url 'http://dl.bintray.com/content/netflixoss/denominator/denominator-cli/release/3.5.0/denominator?direct',
|
||||
url 'http://dl.bintray.com/content/netflixoss/denominator/denominator-cli/release/3.6.0/denominator?direct',
|
||||
:using => :nounzip
|
||||
version '3.5.0'
|
||||
sha1 '87048817cf1b4ddcade05b8763ce3b6088493eb7'
|
||||
version '3.6.0'
|
||||
sha1 '8eea233c46c653e963d774158537d7574ed352ea'
|
||||
|
||||
test do
|
||||
system "#{bin}/denominator", "help"
|
||||
|
|
Loading…
Reference in a new issue