aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorRob Jefferson2013-10-06 22:18:22 -0400
committerMisty De Meo2013-10-06 19:39:31 -0700
commit85c1007261403f041d32da700583c488c079b7e1 (patch)
treebc29b391555271eef9cc7da413af9e0d18d59fd2 /Library
parent61c0fa7887429a9e41bf36bcbbf494860bfbbcda (diff)
downloadhomebrew-85c1007261403f041d32da700583c488c079b7e1.tar.bz2
newlisp 10.5.4
Closes #23086. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/newlisp.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/newlisp.rb b/Library/Formula/newlisp.rb
index 2f9644863..937b50456 100644
--- a/Library/Formula/newlisp.rb
+++ b/Library/Formula/newlisp.rb
@@ -2,8 +2,8 @@ require 'formula'
class Newlisp < Formula
homepage 'http://www.newlisp.org/'
- url 'http://www.newlisp.org/downloads/newlisp-10.5.3.tgz'
- sha1 'dc02542ebb5b2ee2685e51f988a742c4294d14c3'
+ url 'http://www.newlisp.org/downloads/newlisp-10.5.4.tgz'
+ sha1 'a1fa37eb21f8045858a30493429d243ababc2488'
depends_on 'readline'