latex2html: use sha1
This commit is contained in:
parent
7a601da335
commit
596b6c88e4
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
require 'formula'
|
||||
|
||||
class Latex2html < Formula
|
||||
url 'http://ctan.uib.no/support/latex2html/latex2html-2008.tar.gz'
|
||||
homepage 'http://ctan.uib.no/help/Catalogue/entries/latex2html.html'
|
||||
md5 '275ab6cfa8ca9328446b7f40d8dc302e'
|
||||
url 'http://ctan.uib.no/support/latex2html/latex2html-2008.tar.gz'
|
||||
version '1.71'
|
||||
sha1 '5e0aa47572e0c13a4c5da51e963d5496be3f86e7'
|
||||
|
||||
depends_on 'netpbm'
|
||||
depends_on 'ghostscript' => :optional
|
||||
|
|
Loading…
Reference in a new issue