aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/texi2html.rb
diff options
context:
space:
mode:
authorMisty De Meo2012-08-17 08:19:09 -0500
committerMisty De Meo2012-08-17 08:20:16 -0500
commitaed63fe8161ed7b417d2aef14b7b13fccb2943d4 (patch)
tree0610979b106655069b050edd579d84fe17bbccaa /Library/Formula/texi2html.rb
parenteddfda112cb1e961dc5cbd0c77e2fd6e20e1a8b8 (diff)
downloadhomebrew-aed63fe8161ed7b417d2aef14b7b13fccb2943d4.tar.bz2
texi2html 1.70
texi2html 5.0 was causing problems; this rolls it back to 1.70, which is the same version as shipped on Lion before it was removed.
Diffstat (limited to 'Library/Formula/texi2html.rb')
-rw-r--r--Library/Formula/texi2html.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/texi2html.rb b/Library/Formula/texi2html.rb
index f2fe7ff02..485b35a9f 100644
--- a/Library/Formula/texi2html.rb
+++ b/Library/Formula/texi2html.rb
@@ -2,8 +2,8 @@ require 'formula'
class Texi2html < Formula
homepage 'http://www.nongnu.org/texi2html/'
- url 'http://download.savannah.gnu.org/releases/texi2html/texi2html-5.0.tar.bz2'
- sha1 '20072444ce814d0e74fd7e467d1506908f8c889c'
+ url 'http://download.savannah.gnu.org/releases/texi2html/texi2html-1.70.tar.gz'
+ sha1 'b3472fb5ef80824177a56a1a37983c13497b23be'
keg_only :provided_by_osx unless MacOS.mountain_lion?
@@ -16,6 +16,6 @@ class Texi2html < Formula
end
def test
- system "texi2html", "--help"
+ system "#{bin}/texi2html", "--help"
end
end