From 1693f875fcdc459df8b59f7f1882ff27b43da2ae Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 7 Dec 2012 13:03:09 +0000 Subject: jq: fix URL and SHA1. --- Library/Formula/jq.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/jq.rb b/Library/Formula/jq.rb index b59f6ae31..eba8b2994 100644 --- a/Library/Formula/jq.rb +++ b/Library/Formula/jq.rb @@ -2,13 +2,12 @@ require 'formula' class Jq < Formula homepage 'http://stedolan.github.com/jq/' - url 'https://github.com/stedolan/jq/tarball/jq-1.1' - sha1 'a0b170faae0e79c2fcd3a9117ae109572cb9f443' + url 'https://github.com/stedolan/jq/archive/jq-1.1.tar.gz' + sha1 '555c9b2d9852376092be556bc0649154d5b5c2bf' head 'https://github.com/stedolan/jq.git' def install system "make" bin.install 'jq' end - end -- cgit v1.2.3