diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/tig.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/tig.rb b/Library/Formula/tig.rb index d8c1e94eb..e569f7e8d 100644 --- a/Library/Formula/tig.rb +++ b/Library/Formula/tig.rb @@ -1,9 +1,9 @@ require 'formula' class Tig <Formula - url 'http://jonas.nitro.dk/tig/releases/tig-0.16.tar.gz' + url 'http://jonas.nitro.dk/tig/releases/tig-0.16.2.tar.gz' homepage 'http://jonas.nitro.dk/tig/' - md5 '684572d93033d6cbfc5ee71cffe02935' + md5 'd72b5d3437dbc538ea6f66c74988d75e' def install system "./configure", "--prefix=#{prefix}" |
