aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2014-04-14 16:19:29 -0500
committerBrett Koonce2014-04-14 16:43:04 -0500
commitcf7f487968ca5885c28b021cd3c82a8f48c11f3c (patch)
treee0d0a51147c0639345a9a8ce9e6636f920c2a459 /Library
parent4d0676476190ed3249d05ca182ca84c5ed5ad581 (diff)
downloadhomebrew-cf7f487968ca5885c28b021cd3c82a8f48c11f3c.tar.bz2
newlisp 10.6.0
Closes #28400.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/newlisp.rb9
1 files changed, 2 insertions, 7 deletions
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'