diff options
| -rw-r--r-- | Library/Formula/gflags.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gflags.rb b/Library/Formula/gflags.rb index a3ba91ec4..ca71f57d9 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.5.tar.gz' + url 'http://google-gflags.googlecode.com/files/gflags-1.6.tar.gz' homepage 'http://code.google.com/p/google-gflags/' - sha1 'afefecb4230c0adb7e59e1fdd890a6c14c571f5b' + sha1 '3901cbc03fdfec0ae661502e0314ac88f339d95e' def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" |
