aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/htmldoc.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-04-29 19:45:34 -0700
committerAdam Vandenberg2013-04-29 19:45:34 -0700
commit65f4bbdf8a4ddb2e802cdcdc5c9ee6920dd09083 (patch)
treef05bb639083f2310252a9692aa912a50a96da3f7 /Library/Formula/htmldoc.rb
parent9dc2f62d7771fcdf3b21a248683a262d46e5ae54 (diff)
downloadhomebrew-65f4bbdf8a4ddb2e802cdcdc5c9ee6920dd09083.tar.bz2
htmldoc: update urls
Closes #19517.
Diffstat (limited to 'Library/Formula/htmldoc.rb')
-rw-r--r--Library/Formula/htmldoc.rb4
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