diff options
| author | Robson Roberto Souza Peixoto | 2012-12-29 15:31:54 -0300 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-10 11:43:01 -0800 |
| commit | 874c6e76c8ee4e9e5976f9b32480f47447137a58 (patch) | |
| tree | ff551acfb73a24defd68cad13e5277c8bda49ffe /Library/Formula | |
| parent | 295d2832a2c5b9c0a1dfc1d29b4edf4b6a496a3b (diff) | |
| download | homebrew-874c6e76c8ee4e9e5976f9b32480f47447137a58.tar.bz2 | |
JQ 1.2
Closes #16788.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/jq.rb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Library/Formula/jq.rb b/Library/Formula/jq.rb index eba8b2994..a8fdac0c4 100644 --- a/Library/Formula/jq.rb +++ b/Library/Formula/jq.rb @@ -2,10 +2,13 @@ require 'formula' class Jq < Formula homepage 'http://stedolan.github.com/jq/' - url 'https://github.com/stedolan/jq/archive/jq-1.1.tar.gz' - sha1 '555c9b2d9852376092be556bc0649154d5b5c2bf' + url 'https://github.com/stedolan/jq/archive/jq-1.2.tar.gz' + sha1 'cdc57153a8105d9918cb84dff183cca8aa36f6de' + head 'https://github.com/stedolan/jq.git' + depends_on 'bison' + def install system "make" bin.install 'jq' |
