tig 1.1
Closes Homebrew/homebrew#15462. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
74f73bcf2c
commit
a7156143e4
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Tig < Formula
|
||||
homepage 'http://jonas.nitro.dk/tig/'
|
||||
url 'http://jonas.nitro.dk/tig/releases/tig-1.0.tar.gz'
|
||||
sha1 '3fe744f79d244285b6e00b472e35967746910305'
|
||||
url 'http://jonas.nitro.dk/tig/releases/tig-1.1.tar.gz'
|
||||
sha1 'de37817e6b53e91b5a8949a5080daf45478bd45f'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--sysconfdir=#{etc}"
|
||||
|
|
Loading…
Reference in a new issue