aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJonathan Harrington2010-06-21 08:59:21 +0100
committerAdam Vandenberg2010-06-21 11:36:56 -0700
commit4cf574ee96bd66b013cf9b92f6d05c1575f09dbe (patch)
tree134ae7e08495f3629cde7260d86c98938ab9a1d4 /Library/Formula
parentee4bc0e0614996a3677b4ac3df6e0535c7a2e472 (diff)
downloadhomebrew-4cf574ee96bd66b013cf9b92f6d05c1575f09dbe.tar.bz2
Updating newlisp formula to use 10.2.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 bf97a9e77..ed93e8b2e 100644
--- a/Library/Formula/newlisp.rb
+++ b/Library/Formula/newlisp.rb
@@ -1,9 +1,9 @@
require 'formula'
class Newlisp <Formula
- url 'http://www.newlisp.org/downloads/newlisp-10.2.1.tgz'
+ url 'http://www.newlisp.org/downloads/newlisp-10.2.8.tgz'
homepage 'http://www.newlisp.org/'
- md5 '27c51c0b95bdf0433e82eeff6010e93a'
+ md5 '4b728ce4d25cc6cbb4f53f8c98a02733'
depends_on 'readline'