diff options
| author | Brett Koonce | 2014-09-27 09:59:36 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-09-27 11:30:54 -0700 |
| commit | 04934ef1f886fdaaeba07795e5df04f48a620675 (patch) | |
| tree | dc0cfeb58687d0329e0a476312babcd729e7e7a1 | |
| parent | ba1fb903d104dc6e89c377ca71cf219d2c0c9df6 (diff) | |
| download | homebrew-04934ef1f886fdaaeba07795e5df04f48a620675.tar.bz2 | |
newlisp --devel 10.6.1
Closes #32723.
| -rw-r--r-- | Library/Formula/newlisp.rb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Library/Formula/newlisp.rb b/Library/Formula/newlisp.rb index 1898e8e30..c6c4a32e1 100644 --- a/Library/Formula/newlisp.rb +++ b/Library/Formula/newlisp.rb @@ -5,6 +5,11 @@ class Newlisp < Formula url "http://www.newlisp.org/downloads/newlisp-10.6.0.tgz" sha1 "0f5ce581d070ff171cbef504308e578885aa5e72" + devel do + url "http://www.newlisp.org/downloads/development/newlisp-10.6.1.tgz" + sha1 "6f7d06df961022f4319b0ea7227480847e221cb0" + end + depends_on "readline" patch :DATA @@ -46,7 +51,7 @@ __END__ ; newlisp-edit.lsp - multiple tab LISP editor and support for running code from the editor ; needs 9.9.2 version minimum to run -@@ -155,7 +155,7 @@ +@@ -157,7 +157,7 @@ (write-file file (base64-dec text))) (if (= ostype "Win32") (catch (exec (string {newlisp.exe "} currentScriptFile {" } file " > " (string file "out"))) 'result) @@ -55,7 +60,7 @@ __END__ ) (if (list? result) (begin -@@ -223,7 +223,7 @@ +@@ -225,7 +225,7 @@ (gs:run-shell 'OutputArea (string newlispDir "/newlisp.exe") (string currentExtension " -C -w \"" $HOME "\"")) (gs:run-shell 'OutputArea |
