aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2012-07-29 09:23:57 -0700
committerAdam Vandenberg2012-07-29 09:23:57 -0700
commit797f0c78240a3f882f2ec1dab7fedb1d5d3414d8 (patch)
treeedde44465b7af220261c8c2f02c620b5a58a3757
parent1e82ef63d79e53db0c882965544d6eedd00db8e5 (diff)
downloadhomebrew-797f0c78240a3f882f2ec1dab7fedb1d5d3414d8.tar.bz2
cpptest: style update
-rw-r--r--Library/Formula/cpptest.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/cpptest.rb b/Library/Formula/cpptest.rb
index 234b33249..66cdd79bf 100644
--- a/Library/Formula/cpptest.rb
+++ b/Library/Formula/cpptest.rb
@@ -1,12 +1,12 @@
require 'formula'
class Cpptest < Formula
- url 'http://downloads.sourceforge.net/project/cpptest/cpptest/cpptest-1.1.1/cpptest-1.1.1.tar.gz'
homepage 'http://cpptest.sourceforge.net/'
- md5 'b50379402d69d40417add19ef88f9938'
+ url 'http://downloads.sourceforge.net/project/cpptest/cpptest/cpptest-1.1.1/cpptest-1.1.1.tar.gz'
+ sha1 '5c791746ecb0f18a5e4f15f8a57bf9e433399ebb'
def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end