diff options
| author | Bas Vodde | 2013-09-23 11:14:58 +0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-09-22 22:43:10 -0700 | 
| commit | 2975f1a3d71f872ebfc60c9cee9c313fe35187a3 (patch) | |
| tree | 736ca653f365c47641337de24f943c763b84dfe3 /Library/Formula/cpputest.rb | |
| parent | af21527f587b1b62a4d5bcb672887cf30f2cfb73 (diff) | |
| download | homebrew-2975f1a3d71f872ebfc60c9cee9c313fe35187a3.tar.bz2 | |
CppUTest 3.5
Closes #22748.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/cpputest.rb')
| -rw-r--r-- | Library/Formula/cpputest.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/cpputest.rb b/Library/Formula/cpputest.rb index 522caf013..dcfc633fe 100644 --- a/Library/Formula/cpputest.rb +++ b/Library/Formula/cpputest.rb @@ -2,7 +2,7 @@ require 'formula'  class Cpputest < Formula    homepage 'http://www.cpputest.org/' -  url 'https://github.com/cpputest/cpputest/archive/v3.4.tar.gz' +  url 'hhttps://github.com/cpputest/cpputest/archive/v3.4.tar.gz'    sha1 'ecd53f5b1a92a1f2291249ce69f544392f5a8462'    def install | 
