aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gtest.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/gtest.rb')
-rw-r--r--Library/Formula/gtest.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gtest.rb b/Library/Formula/gtest.rb
index 0b90cde1d..b7ae8d3bc 100644
--- a/Library/Formula/gtest.rb
+++ b/Library/Formula/gtest.rb
@@ -1,9 +1,9 @@
require 'formula'
class Gtest <Formula
- url 'http://googletest.googlecode.com/files/gtest-1.4.0.tar.gz'
+ url 'http://googletest.googlecode.com/files/gtest-1.5.0.tar.gz'
homepage 'http://code.google.com/p/googletest/'
- md5 'ec1dd5ab07cde5da033b1d631e621167'
+ md5 '7e27f5f3b79dd1ce9092e159cdbd0635'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"