From cff80628de736cb51a6aeb9809349f13038e1899 Mon Sep 17 00:00:00 2001 From: Michael Hood Date: Thu, 23 May 2013 10:29:36 -0600 Subject: jq 1.3 Closes #20017. Signed-off-by: Adam Vandenberg --- Library/Formula/jq.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3