aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gflags.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/gflags.rb')
-rw-r--r--Library/Formula/gflags.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gflags.rb b/Library/Formula/gflags.rb
index 35ef05c2b..a3ba91ec4 100644
--- a/Library/Formula/gflags.rb
+++ b/Library/Formula/gflags.rb
@@ -1,9 +1,9 @@
require 'formula'
class Gflags < Formula
- url 'http://google-gflags.googlecode.com/files/gflags-1.3.tar.gz'
+ url 'http://google-gflags.googlecode.com/files/gflags-1.5.tar.gz'
homepage 'http://code.google.com/p/google-gflags/'
- md5 '6da3d3b9cd82c222b521ae686b6cfa8b'
+ sha1 'afefecb4230c0adb7e59e1fdd890a6c14c571f5b'
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"