CppUTest 3.5

Closes Homebrew/homebrew#22766.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Ealden Esto E. Escañan 2013-09-24 02:28:39 +08:00 committed by Adam Vandenberg
parent 2d512ba226
commit d50f76c542

View file

@ -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}"