From 998c1c0edca9a8f242b12b13ba3eda3ea54066f7 Mon Sep 17 00:00:00 2001 From: Libor Wagner Date: Thu, 6 Oct 2011 10:21:30 +0200 Subject: [PATCH] newLisp: Upgrade to 10.3.3 Closes Homebrew/homebrew#7996. Signed-off-by: Charlie Sharpsteen --- Formula/newlisp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/newlisp.rb b/Formula/newlisp.rb index 0a78b3e8412..2464f9feaa6 100644 --- a/Formula/newlisp.rb +++ b/Formula/newlisp.rb @@ -1,9 +1,9 @@ require 'formula' class Newlisp < Formula - url 'http://www.newlisp.org/downloads/newlisp-10.3.2.tgz' + url 'http://www.newlisp.org/downloads/newlisp-10.3.3.tgz' homepage 'http://www.newlisp.org/' - md5 '91aede51dc31fc1997d6c52adac3568a' + md5 '9f997690d09b96dca9c3843784b13702' depends_on 'readline'