From ebe3fffc181bdaace9b00e53c9ebed6964bfbf2a Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Sat, 27 Sep 2014 09:59:36 -0700 Subject: [PATCH] newlisp --devel 10.6.1 Closes Homebrew/homebrew#32723. --- Formula/newlisp.rb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Formula/newlisp.rb b/Formula/newlisp.rb index 1898e8e30c..c6c4a32e19 100644 --- a/Formula/newlisp.rb +++ b/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