jq: fix URL and SHA1.
This commit is contained in:
parent
e3126bf25d
commit
273a2468e0
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue