From cf7f487968ca5885c28b021cd3c82a8f48c11f3c Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Mon, 14 Apr 2014 16:19:29 -0500 Subject: newlisp 10.6.0 Closes #28400. --- Library/Formula/newlisp.rb | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/newlisp.rb b/Library/Formula/newlisp.rb index 899324720..829c1941d 100644 --- a/Library/Formula/newlisp.rb +++ b/Library/Formula/newlisp.rb @@ -2,13 +2,8 @@ require 'formula' class Newlisp < Formula homepage 'http://www.newlisp.org/' - url 'http://www.newlisp.org/downloads/newlisp-10.5.4.tgz' - sha1 'a1fa37eb21f8045858a30493429d243ababc2488' - - devel do - url 'http://www.newlisp.org/downloads/development/newlisp-10.5.8.tgz' - sha1 '90938faa8b87e5d3973b5b51d5491fe0117f0a9c' - end + url 'http://www.newlisp.org/downloads/newlisp-10.6.0.tgz' + sha1 '0f5ce581d070ff171cbef504308e578885aa5e72' depends_on 'readline' -- cgit v1.2.3