asymptote 2.13

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Will Robertson 2011-08-18 11:54:39 +09:30 committed by Adam Vandenberg
parent 544cafd494
commit 3ab7357282
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@ require 'formula'
def TeX_installed?; return `which latex` != ''; end
class Asymptote < Formula
url 'http://downloads.sourceforge.net/asymptote/asymptote-2.08.src.tgz'
url 'http://downloads.sourceforge.net/asymptote/asymptote-2.13.src.tgz'
homepage 'http://asymptote.sourceforge.net/'
md5 'ab7bc11c8110b6eb459285b9c206cfe6'
md5 '7ef34150583d6fd617eae23803a3ead3'
depends_on 'readline'
depends_on 'bdw-gc'