From 3ab7357282e6a6aaaa7e5883f16a560b7cee551c Mon Sep 17 00:00:00 2001 From: Will Robertson Date: Thu, 18 Aug 2011 11:54:39 +0930 Subject: [PATCH] asymptote 2.13 Signed-off-by: Adam Vandenberg --- Formula/asymptote.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/asymptote.rb b/Formula/asymptote.rb index a85be3ba851..b4983317edc 100644 --- a/Formula/asymptote.rb +++ b/Formula/asymptote.rb @@ -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'