newlisp --devel 10.6.1

Closes Homebrew/homebrew#32723.
This commit is contained in:
Brett Koonce 2014-09-27 09:59:36 -07:00
parent 08688e4d5b
commit ebe3fffc18

View file

@ -5,6 +5,11 @@ class Newlisp < Formula
url "http://www.newlisp.org/downloads/newlisp-10.6.0.tgz" url "http://www.newlisp.org/downloads/newlisp-10.6.0.tgz"
sha1 "0f5ce581d070ff171cbef504308e578885aa5e72" sha1 "0f5ce581d070ff171cbef504308e578885aa5e72"
devel do
url "http://www.newlisp.org/downloads/development/newlisp-10.6.1.tgz"
sha1 "6f7d06df961022f4319b0ea7227480847e221cb0"
end
depends_on "readline" depends_on "readline"
patch :DATA patch :DATA
@ -46,7 +51,7 @@ __END__
; newlisp-edit.lsp - multiple tab LISP editor and support for running code from the editor ; newlisp-edit.lsp - multiple tab LISP editor and support for running code from the editor
; needs 9.9.2 version minimum to run ; needs 9.9.2 version minimum to run
@@ -155,7 +155,7 @@ @@ -157,7 +157,7 @@
(write-file file (base64-dec text))) (write-file file (base64-dec text)))
(if (= ostype "Win32") (if (= ostype "Win32")
(catch (exec (string {newlisp.exe "} currentScriptFile {" } file " > " (string file "out"))) 'result) (catch (exec (string {newlisp.exe "} currentScriptFile {" } file " > " (string file "out"))) 'result)
@ -55,7 +60,7 @@ __END__
) )
(if (list? result) (if (list? result)
(begin (begin
@@ -223,7 +223,7 @@ @@ -225,7 +225,7 @@
(gs:run-shell 'OutputArea (gs:run-shell 'OutputArea
(string newlispDir "/newlisp.exe") (string currentExtension " -C -w \"" $HOME "\"")) (string newlispDir "/newlisp.exe") (string currentExtension " -C -w \"" $HOME "\""))
(gs:run-shell 'OutputArea (gs:run-shell 'OutputArea