diff options
| author | adriancole | 2013-06-13 14:07:14 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-13 14:13:40 -0700 |
| commit | 1079bb3e759b81687f66a424d22f09c4bb5e12ff (patch) | |
| tree | 94421c1d0f1893264513629df6427d29be7f18d3 /Library/Formula | |
| parent | be364a21ed8c8fd46a49907c8c43ccd3472d2c4b (diff) | |
| download | homebrew-1079bb3e759b81687f66a424d22f09c4bb5e12ff.tar.bz2 | |
denominator 1.3.0
Closes #20490.
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 f0f9010bf..ddf7fe1e3 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/1.2.1/denominator?direct', + url 'http://dl.bintray.com/content/netflixoss/denominator/denominator-cli/release/1.3.0/denominator?direct', :using => :nounzip - version '1.2.1' - sha1 '2d9b9248bdff1f5c09a19bf6d71f7f28ef3e1306' + version '1.3.0' + sha1 '0d6a2314684a7748a7b50289149ec4812e4a25d5' test do system "#{bin}/denominator", "help" |
