aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Blinkinsop2011-07-06 15:00:47 -0700
committerAdam Vandenberg2011-07-06 15:05:11 -0700
commit225182c9ff719059e1ab48f2c8c4c37c573ab8fb (patch)
treefa495812af864c2c5e799e92aa731ad29a896f64 /Library/Formula
parentcb5691ba93eaa2d5f8b1fe27bed00ebfc5c4ff78 (diff)
downloadhomebrew-225182c9ff719059e1ab48f2c8c4c37c573ab8fb.tar.bz2
gflags 1.5
Signed-off-by: Adam Vandenberg <flangy@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 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}"