From 0f93ce046cd7e93b2329885b4eeee34eb28ea9a0 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Sun, 20 Jul 2014 19:23:43 -0700 Subject: cpputest 3.6 --- Library/Formula/cpputest.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library/Formula/cpputest.rb') diff --git a/Library/Formula/cpputest.rb b/Library/Formula/cpputest.rb index 2d6129bf5..76d5792d2 100644 --- a/Library/Formula/cpputest.rb +++ b/Library/Formula/cpputest.rb @@ -1,9 +1,9 @@ -require 'formula' +require "formula" class Cpputest < Formula - homepage 'http://www.cpputest.org/' - url 'https://github.com/cpputest/cpputest/archive/v3.5.tar.gz' - sha1 'a774f99f191db77abf48f4d6b64190bc445369c5' + homepage "http://www.cpputest.org/" + url "https://github.com/cpputest/cpputest/archive/v3.6.tar.gz" + sha1 "308a4200adfb86182251d435e09f42360d9ed8ea" def install system "./configure", "--prefix=#{prefix}" -- cgit v1.2.3