From 6451ce5e9bbfb98f07683a6a63454ef58b5935c0 Mon Sep 17 00:00:00 2001 From: Ealden Esto E. EscaƱan Date: Tue, 24 Sep 2013 02:28:39 +0800 Subject: CppUTest 3.5 Closes #22766. Signed-off-by: Adam Vandenberg --- Library/Formula/cpputest.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/cpputest.rb') diff --git a/Library/Formula/cpputest.rb b/Library/Formula/cpputest.rb index dcfc633fe..2d6129bf5 100644 --- a/Library/Formula/cpputest.rb +++ b/Library/Formula/cpputest.rb @@ -2,8 +2,8 @@ require 'formula' class Cpputest < Formula homepage 'http://www.cpputest.org/' - url 'hhttps://github.com/cpputest/cpputest/archive/v3.4.tar.gz' - sha1 'ecd53f5b1a92a1f2291249ce69f544392f5a8462' + url 'https://github.com/cpputest/cpputest/archive/v3.5.tar.gz' + sha1 'a774f99f191db77abf48f4d6b64190bc445369c5' def install system "./configure", "--prefix=#{prefix}" -- cgit v1.2.3