diff options
| author | Nico Williams | 2014-06-09 17:48:45 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-10 01:20:48 -0500 |
| commit | 75a006b7c31fd1ee5610190a816b34b512b4a981 (patch) | |
| tree | 1d0489aa97cb2912d933a50b40d8c25191f01868 /Library | |
| parent | 1a5616e62de312595ed8775b85fc2d0f8e717efa (diff) | |
| download | homebrew-75a006b7c31fd1ee5610190a816b34b512b4a981.tar.bz2 | |
jq 1.4
Closes #30014.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/jq.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/jq.rb b/Library/Formula/jq.rb index 09fc718d0..339264075 100644 --- a/Library/Formula/jq.rb +++ b/Library/Formula/jq.rb @@ -2,8 +2,10 @@ require 'formula' class Jq < Formula homepage 'http://stedolan.github.io/jq/' - url 'http://stedolan.github.io/jq/download/source/jq-1.3.tar.gz' - sha1 'ac1f19e5d9921683af25251e97c2c4bfee895ca2' + url 'http://stedolan.github.io/jq/download/source/jq-1.4.tar.gz' + sha1 '71da3840839ec74ae65241e182ccd46f6251c43e' + + depends_on 'bison' => :build # jq depends on bison > 2.5 head do url 'https://github.com/stedolan/jq.git' @@ -11,7 +13,6 @@ class Jq < Formula depends_on 'autoconf' => :build depends_on 'automake' => :build depends_on 'libtool' => :build - depends_on 'bison' => :build end def install |
