Skip to content

Commit

Permalink
bumped version of gtest to 1.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: David Höppner <0xffea@gmail.com>
  • Loading branch information
gizmomogwai authored and 0xffea committed Aug 2, 2010
1 parent bc49dd7 commit 2bf506e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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"
Expand Down

0 comments on commit 2bf506e

Please sign in to comment.