diff options
| author | adriancole | 2013-06-08 07:55:07 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-08 08:09:18 -0700 |
| commit | af4e97243cc027f63e4f073d24d3d7d578736790 (patch) | |
| tree | 6665eae28b0e12af185301d157925e8689d27f3c /Library | |
| parent | 53edd22e157ab0a8f56e7bc51a62531011714a57 (diff) | |
| download | homebrew-af4e97243cc027f63e4f073d24d3d7d578736790.tar.bz2 | |
denominator 1.2.1
Closes #20350.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 c265f138c..f0f9010bf 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.0/denominator?direct', + url 'http://dl.bintray.com/content/netflixoss/denominator/denominator-cli/release/1.2.1/denominator?direct', :using => :nounzip - version '1.2.0' - sha1 '9331a1eb9c4c68c40b621e0b92d7e1e471a56bae' + version '1.2.1' + sha1 '2d9b9248bdff1f5c09a19bf6d71f7f28ef3e1306' test do system "#{bin}/denominator", "help" |
