Closes Homebrew/homebrew#16788.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Robson Roberto Souza Peixoto 2012-12-29 15:31:54 -03:00 committed by Adam Vandenberg
parent 09bb539fdf
commit e8dac7f142
1 changed files with 5 additions and 2 deletions

View File

@ -2,10 +2,13 @@ require 'formula'
class Jq < Formula
homepage 'http://stedolan.github.com/jq/'
url 'https://github.com/stedolan/jq/archive/jq-1.1.tar.gz'
sha1 '555c9b2d9852376092be556bc0649154d5b5c2bf'
url 'https://github.com/stedolan/jq/archive/jq-1.2.tar.gz'
sha1 'cdc57153a8105d9918cb84dff183cca8aa36f6de'
head 'https://github.com/stedolan/jq.git'
depends_on 'bison'
def install
system "make"
bin.install 'jq'