aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorT.J. Lahey2015-02-19 15:41:39 -0500
committerMike McQuaid2015-02-20 12:12:48 +0000
commitaf1b232f28c9caa076a432cd368f6ab02c43d278 (patch)
treeefdcf9320d78fb35ae1088fca94fdefb5efcd38d /Library/Formula
parentd7f47fa2d2e1ab3673b91c941c2777151062170a (diff)
downloadhomebrew-af1b232f28c9caa076a432cd368f6ab02c43d278.tar.bz2
newlisp 10.6.2, 10.6.3 (devel)
Updated Newlisp to 10.6.2 (10.6.3 development) Closes #36975. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/newlisp.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/newlisp.rb b/Library/Formula/newlisp.rb
index c6c4a32e1..11de0d227 100644
--- a/Library/Formula/newlisp.rb
+++ b/Library/Formula/newlisp.rb
@@ -2,12 +2,12 @@ require "formula"
class Newlisp < Formula
homepage "http://www.newlisp.org/"
- url "http://www.newlisp.org/downloads/newlisp-10.6.0.tgz"
- sha1 "0f5ce581d070ff171cbef504308e578885aa5e72"
+ url "http://www.newlisp.org/downloads/newlisp-10.6.2.tgz"
+ sha1 "8ea722f2ed415548a0904ef15bafd259d8b07e01"
devel do
- url "http://www.newlisp.org/downloads/development/newlisp-10.6.1.tgz"
- sha1 "6f7d06df961022f4319b0ea7227480847e221cb0"
+ url "http://www.newlisp.org/downloads/development/inprogress/newlisp-10.6.3.tgz"
+ sha1 "15fff9bff3eb4bb2118b1941ffd34255b9a9a5b5"
end
depends_on "readline"