Closes Homebrew/homebrew#12196.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Thomas Jachmann 2012-05-10 18:50:59 +02:00 committed by Jack Nagel
parent bc16a8f41d
commit f7cc2a327e
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Tig < Formula
homepage 'http://jonas.nitro.dk/tig/'
url 'http://jonas.nitro.dk/tig/releases/tig-0.18.tar.gz'
md5 '4fa9e33c5daa76b6fed11e068405356f'
url 'http://jonas.nitro.dk/tig/releases/tig-1.0.tar.gz'
md5 'a2d414d1cebbc9cd4f3d545bc6f225c6'
def install
system "./configure", "--prefix=#{prefix}", "--sysconfdir=#{etc}"