CppUTest 3.5
Closes Homebrew/homebrew#22766. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
2d512ba226
commit
d50f76c542
1 changed files with 2 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue