diff options
Diffstat (limited to 'Library/Formula/cpputest.rb')
| -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}" |
