From 0788a0049b5c29b4a738fa62e0b7eb10606e38ea Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 12 Feb 2012 22:03:43 -0800 Subject: cpputest: style update --- Library/Formula/cpputest.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/cpputest.rb b/Library/Formula/cpputest.rb index 200a49fe9..ec5ba89cf 100644 --- a/Library/Formula/cpputest.rb +++ b/Library/Formula/cpputest.rb @@ -1,13 +1,13 @@ require 'formula' class Cpputest < Formula - url 'http://downloads.sourceforge.net/project/cpputest/cpputest/v2.3/CppUTest-v2.3.zip' homepage 'http://www.cpputest.org/' + url 'http://downloads.sourceforge.net/project/cpputest/cpputest/v2.3/CppUTest-v2.3.zip' md5 '0546bf6d0f1513842cfa781255dcbdda' def install system "make" - lib.install ['lib/libCppUTest.a'] - include.install ['include/CppUTest'] + lib.install 'lib/libCppUTest.a' + include.install 'include/CppUTest' end end -- cgit v1.2.3