From f8386e85296e0fbec156d19391465031dd270f60 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Tue, 16 Jul 2013 16:29:33 -0500 Subject: [PATCH] newlisp 10.5.3 Closes Homebrew/homebrew#21280. Signed-off-by: Adam Vandenberg --- Formula/newlisp.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/newlisp.rb b/Formula/newlisp.rb index 1b176825cfabb..b9a96d091a803 100644 --- a/Formula/newlisp.rb +++ b/Formula/newlisp.rb @@ -2,8 +2,8 @@ class Newlisp < Formula homepage 'http://www.newlisp.org/' - url 'http://www.newlisp.org/downloads/newlisp-10.5.0.tgz' - sha1 '647aa86af6edce30402da260fe7f3ea7d03a91f1' + url 'http://www.newlisp.org/downloads/newlisp-10.5.3.tgz' + sha1 'dc02542ebb5b2ee2685e51f988a742c4294d14c3' depends_on 'readline' @@ -54,10 +54,10 @@ def test (begin @@ -223,7 +223,7 @@ (gs:run-shell 'OutputArea - (string newlispDir "/newlisp.exe " currentExtension " -C -w \"" $HOME "\"")) + (string newlispDir "/newlisp.exe") (string currentExtension " -C -w \"" $HOME "\"")) (gs:run-shell 'OutputArea -- (string "/usr/bin/newlisp " currentExtension " -C -w " $HOME)) -+ (string "/usr/local/bin/newlisp " currentExtension " -C -w " $HOME)) +- (string "/usr/bin/newlisp") (string currentExtension " -C -w " $HOME)) ++ (string "/usr/local/bin/newlisp") (string currentExtension " -C -w " $HOME)) ) )