diff options
| author | Adam Vandenberg | 2013-04-29 19:45:34 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-04-29 19:45:34 -0700 | 
| commit | 65f4bbdf8a4ddb2e802cdcdc5c9ee6920dd09083 (patch) | |
| tree | f05bb639083f2310252a9692aa912a50a96da3f7 /Library/Formula/htmldoc.rb | |
| parent | 9dc2f62d7771fcdf3b21a248683a262d46e5ae54 (diff) | |
| download | homebrew-65f4bbdf8a4ddb2e802cdcdc5c9ee6920dd09083.tar.bz2 | |
htmldoc: update urls
Closes #19517.
Diffstat (limited to 'Library/Formula/htmldoc.rb')
| -rw-r--r-- | Library/Formula/htmldoc.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/htmldoc.rb b/Library/Formula/htmldoc.rb index d1d64de4c..c47bc1732 100644 --- a/Library/Formula/htmldoc.rb +++ b/Library/Formula/htmldoc.rb @@ -1,8 +1,8 @@  require 'formula'  class Htmldoc < Formula -  homepage 'http://www.htmldoc.org' -  url 'http://ftp.easysw.com/pub/htmldoc/1.8.27/htmldoc-1.8.27-source.tar.bz2' +  homepage 'http://www.msweet.org/projects.php?Z1' +  url 'http://www.msweet.org/files/project1/htmldoc-1.8.27-source.tar.bz2'    sha1 '472908e0aafed1cedfbacd8ed3168734aebdec4b'    # Fixes building with libpng-1.5, from upstream svn r1668 via Fedora | 
