diff options
| author | Brett Koonce | 2014-07-20 19:23:43 -0700 | 
|---|---|---|
| committer | Brett Koonce | 2014-07-20 21:59:16 -0700 | 
| commit | 0f93ce046cd7e93b2329885b4eeee34eb28ea9a0 (patch) | |
| tree | 1387e6fdb4d53dd000e5c34fed4f5f558f468179 | |
| parent | 1af7f2dd3de2e6674b8d5511ae26ca1f3eb3b628 (diff) | |
| download | homebrew-0f93ce046cd7e93b2329885b4eeee34eb28ea9a0.tar.bz2 | |
cpputest 3.6
| -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}" | 
