jq: fix URL and SHA1.

This commit is contained in:
Mike McQuaid 2012-12-07 13:03:09 +00:00
parent e3126bf25d
commit 273a2468e0

View file

@ -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