diff options
| author | Brett Koonce | 2013-05-31 10:47:54 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-31 10:50:06 -0700 |
| commit | a35e69799233d91df597678819b08861f54b3551 (patch) | |
| tree | f4317c4647c01a9691b62c3a31e719543e9d0bb3 /Library/Formula | |
| parent | c6a6bac0fc8ab43cd8ec06e3861c58a6feb5c3fc (diff) | |
| download | homebrew-a35e69799233d91df597678819b08861f54b3551.tar.bz2 | |
newlisp 10.5.0
Closes #20180.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/newlisp.rb | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/Library/Formula/newlisp.rb b/Library/Formula/newlisp.rb index 5ba1e4b48..1b176825c 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.4.5.tgz' - sha1 '8e81b73b8d141250ab773952259cd69b228ae824' + url 'http://www.newlisp.org/downloads/newlisp-10.5.0.tgz' + sha1 '647aa86af6edce30402da260fe7f3ea7d03a91f1' depends_on 'readline' @@ -43,15 +43,6 @@ __END__ ; newlisp-edit.lsp - multiple tab LISP editor and support for running code from the editor ; needs 9.9.2 version minimum to run -@@ -17,7 +17,7 @@ - (set 'newlispDir (env "NEWLISPDIR")) - - (set 'newlispDoc (if (= ostype "Win32") -- newlispDir (replace "newlisp" (copy newlispDir) "doc/newlisp"))) -+ newlispDir (join (reverse (cons "doc/newlisp" (rest (reverse (parse newlispDir "/"))))) "/"))) - - (load (string newlispDir "/guiserver.lsp")) - @@ -155,7 +155,7 @@ (write-file file (base64-dec text))) (if (= ostype "Win32") |
