aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/jq.rb7
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