diff options
| author | adriancole | 2013-07-07 20:24:55 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-07-07 20:25:09 -0700 |
| commit | 0eaf0cb358be9121cf2a0ff62fd2d071fb90b19a (patch) | |
| tree | 2655dce92ca2698c4f3af2d7e2ba8f0cb6eebc97 /Library/Formula | |
| parent | 0265d6d2491dc60d91c86ef6cb68de469eefdc89 (diff) | |
| download | homebrew-0eaf0cb358be9121cf2a0ff62fd2d071fb90b19a.tar.bz2 | |
denominator 2.2.0
Closes #21069.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/denominator.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/denominator.rb b/Library/Formula/denominator.rb index 2d4700b6b..c56c43524 100644 --- a/Library/Formula/denominator.rb +++ b/Library/Formula/denominator.rb @@ -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/2.1.0/denominator?direct', + url 'http://dl.bintray.com/content/netflixoss/denominator/denominator-cli/release/2.2.0/denominator?direct', :using => :nounzip - version '2.1.0' - sha1 '7a4ec95250e83c29c1d789c1fb23c4da649df35e' + version '2.2.0' + sha1 '981434971b44283a7e7d9b54ffea4e5ef68e9bfa' test do system "#{bin}/denominator", "help" |
