aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorrhysd2012-05-08 13:07:39 +0900
committerJack Nagel2012-05-08 22:22:37 -0500
commit8c7f8a8cd97eda6b164d77b955bd0a23c79d1642 (patch)
treeca75a0e1113544b99a9ff23180b0bcd0da22fe4a /Library/Formula
parentd8b8619c3864209819158186f84950ade83878ed (diff)
downloadhomebrew-8c7f8a8cd97eda6b164d77b955bd0a23c79d1642.tar.bz2
gflags 2.0
Closes #12138. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 ca71f57d9..0d8a450cc 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.6.tar.gz'
homepage 'http://code.google.com/p/google-gflags/'
- sha1 '3901cbc03fdfec0ae661502e0314ac88f339d95e'
+ url 'http://gflags.googlecode.com/files/gflags-2.0.tar.gz'
+ sha1 'dfb0add1b59433308749875ac42796c41e824908'
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"