aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gflags.rb
diff options
context:
space:
mode:
authorNibbles 2bits2011-09-22 21:41:41 -0700
committerAdam Vandenberg2011-09-22 22:59:25 -0700
commitc986689da3f6f6b9a61cdd3e41eec31b7dbcd357 (patch)
tree87a0011a12aa08b217c7179644eda58265cddde5 /Library/Formula/gflags.rb
parent38d5ee09528c20db0df9fb1614a3b79c464b902a (diff)
downloadhomebrew-c986689da3f6f6b9a61cdd3e41eec31b7dbcd357.tar.bz2
gflags 1.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 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}"