diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/jq.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/jq.rb b/Library/Formula/jq.rb index b59f6ae31..eba8b2994 100644 --- a/Library/Formula/jq.rb +++ b/Library/Formula/jq.rb @@ -2,13 +2,12 @@ require 'formula' class Jq < Formula homepage 'http://stedolan.github.com/jq/' - url 'https://github.com/stedolan/jq/tarball/jq-1.1' - sha1 'a0b170faae0e79c2fcd3a9117ae109572cb9f443' + url 'https://github.com/stedolan/jq/archive/jq-1.1.tar.gz' + sha1 '555c9b2d9852376092be556bc0649154d5b5c2bf' head 'https://github.com/stedolan/jq.git' def install system "make" bin.install 'jq' end - end |
