diff options
| author | Michael Hood | 2013-05-23 10:29:36 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-23 09:31:16 -0700 |
| commit | cff80628de736cb51a6aeb9809349f13038e1899 (patch) | |
| tree | dc5021eda6fae5bdd493d802abc0ed51382cb28d /Library | |
| parent | 418d31c6e301e5d8e29175e755b77c12d5062a08 (diff) | |
| download | homebrew-cff80628de736cb51a6aeb9809349f13038e1899.tar.bz2 | |
jq 1.3
Closes #20017.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/jq.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/jq.rb b/Library/Formula/jq.rb index 4428ecf37..14f611434 100644 --- a/Library/Formula/jq.rb +++ b/Library/Formula/jq.rb @@ -2,14 +2,13 @@ require 'formula' class Jq < Formula homepage 'http://stedolan.github.io/jq/' - url 'https://github.com/stedolan/jq/archive/jq-1.2.tar.gz' - sha1 'cdc57153a8105d9918cb84dff183cca8aa36f6de' + url 'http://stedolan.github.io/jq/download/source/jq-1.3.tar.gz' + sha1 'ac1f19e5d9921683af25251e97c2c4bfee895ca2' head 'https://github.com/stedolan/jq.git' - depends_on 'bison' - def install + system "./configure" system "make" bin.install 'jq' end |
