aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/tig.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/tig.rb')
-rw-r--r--Library/Formula/tig.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/tig.rb b/Library/Formula/tig.rb
index 62727ffc2..188f8e30c 100644
--- a/Library/Formula/tig.rb
+++ b/Library/Formula/tig.rb
@@ -3,7 +3,7 @@ require 'formula'
class Tig < Formula
homepage 'http://jonas.nitro.dk/tig/'
url 'http://jonas.nitro.dk/tig/releases/tig-1.0.tar.gz'
- md5 'a2d414d1cebbc9cd4f3d545bc6f225c6'
+ sha1 '3fe744f79d244285b6e00b472e35967746910305'
def install
system "./configure", "--prefix=#{prefix}", "--sysconfdir=#{etc}"