diff options
Diffstat (limited to 'Library/Formula/cpputest.rb')
| -rw-r--r-- | Library/Formula/cpputest.rb | 8 |
1 files changed, 4 insertions, 4 deletions
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}" |
