aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tig.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/tig.rb b/Library/Formula/tig.rb
index 4fd6c4c8c..88a211990 100644
--- a/Library/Formula/tig.rb
+++ b/Library/Formula/tig.rb
@@ -2,8 +2,8 @@ require 'formula'
class Tig < Formula
homepage 'http://jonas.nitro.dk/tig/'
- url 'http://jonas.nitro.dk/tig/releases/tig-1.1.tar.gz'
- sha1 'de37817e6b53e91b5a8949a5080daf45478bd45f'
+ url 'http://jonas.nitro.dk/tig/releases/tig-1.2.tar.gz'
+ sha1 '38bff28a205b94623ad0c087a3073c986002dc83'
def install
system "./configure", "--prefix=#{prefix}", "--sysconfdir=#{etc}"