aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/newlisp.rb9
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