diff options
| author | Mike McQuaid | 2012-12-07 13:03:09 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2012-12-07 13:03:22 +0000 |
| commit | 1693f875fcdc459df8b59f7f1882ff27b43da2ae (patch) | |
| tree | 0e7cb6bf1b62159752ee55b8ea022683793bcffd /Library/Formula | |
| parent | 07bfaf64e7edd77009a6956d58e4e0656b78a9d7 (diff) | |
| download | homebrew-1693f875fcdc459df8b59f7f1882ff27b43da2ae.tar.bz2 | |
jq: fix URL and SHA1.
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 |
