diff options
| author | Ealden Esto E. EscaƱan | 2013-09-24 02:28:39 +0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-09-23 18:20:03 -0700 | 
| commit | 6451ce5e9bbfb98f07683a6a63454ef58b5935c0 (patch) | |
| tree | 45c1a217336bec810c6b5c68e68d0a53099aa259 | |
| parent | 565244df06e010e3b90d7c731857668aa3697247 (diff) | |
| download | homebrew-6451ce5e9bbfb98f07683a6a63454ef58b5935c0.tar.bz2 | |
CppUTest 3.5
Closes #22766.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/cpputest.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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}" | 
