Skip to content

Commit

Permalink
newlisp 10.5.3
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#21280.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
brettkoonce authored and adamv committed Jul 17, 2013
1 parent a6949af commit f8386e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/newlisp.rb
Expand Up @@ -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'

Expand Down Expand Up @@ -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))
)
)

0 comments on commit f8386e8

Please sign in to comment.