aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2013-07-16 16:29:33 -0500
committerAdam Vandenberg2013-07-17 08:41:59 -0700
commitfde5185fb2334b42e5e4894079f3edbfa5c7c9b5 (patch)
tree7fb656f919f316611875adac8b918bb8454c7fc1 /Library
parentf88d5b8559992ee9641a06beaf420b1e2c6b2976 (diff)
downloadhomebrew-fde5185fb2334b42e5e4894079f3edbfa5c7c9b5.tar.bz2
newlisp 10.5.3
Closes #21280. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/newlisp.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/newlisp.rb b/Library/Formula/newlisp.rb
index 1b176825c..b9a96d091 100644
--- a/Library/Formula/newlisp.rb
+++ b/Library/Formula/newlisp.rb
@@ -2,8 +2,8 @@ require 'formula'
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 @@ __END__
(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))
)
)