diff options
| author | Brett Koonce | 2012-08-04 10:58:46 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-08-04 09:04:15 -0700 | 
| commit | 154b7decb4b5075ec31d8bd598e3b397f8ce479f (patch) | |
| tree | bd0eddabf8106d79bd5e54638f369c776c1a0a12 /Library/Formula/htmlcxx.rb | |
| parent | b32a54e8f7e0de54595739f6f381cd383d5b8bb7 (diff) | |
| download | homebrew-154b7decb4b5075ec31d8bd598e3b397f8ce479f.tar.bz2 | |
htmlcxx 0.85
Closes #13948.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/htmlcxx.rb')
| -rw-r--r-- | Library/Formula/htmlcxx.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/htmlcxx.rb b/Library/Formula/htmlcxx.rb index f66454a23..88531b13a 100644 --- a/Library/Formula/htmlcxx.rb +++ b/Library/Formula/htmlcxx.rb @@ -1,9 +1,9 @@  require 'formula'  class Htmlcxx < Formula -  url 'http://downloads.sourceforge.net/project/htmlcxx/htmlcxx/0.84/htmlcxx-0.84.tar.gz'    homepage 'http://htmlcxx.sourceforge.net/' -  md5 'd2e0e6f4c509ef1809d90dd21c3ba3e8' +  url 'http://downloads.sourceforge.net/project/htmlcxx/htmlcxx/0.85/htmlcxx-0.85.tar.gz' +  sha1 'e56fef830db51041fd297d269d24379b2dccb928'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"  | 
