diff options
| author | Dan Martinez | 2012-02-16 23:41:27 -0800 |
|---|---|---|
| committer | Jack Nagel | 2012-02-17 14:09:43 -0600 |
| commit | b775029f9dc2421908fccd2873434c10fc440b58 (patch) | |
| tree | 5c6d5a5a2edd67654022951b8692a73c253239d3 /Library/Formula | |
| parent | a6b29f9c8e3bb97598c62e4b70ecdb302b1593f4 (diff) | |
| download | homebrew-b775029f9dc2421908fccd2873434c10fc440b58.tar.bz2 | |
newlisp 10.4.0
Closes #10260.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/newlisp.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/newlisp.rb b/Library/Formula/newlisp.rb index 2464f9fea..019f42361 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.3.3.tgz' homepage 'http://www.newlisp.org/' - md5 '9f997690d09b96dca9c3843784b13702' + url 'http://www.newlisp.org/downloads/newlisp-10.4.0.tgz' + md5 'a56ed9130a403520b08059f17b81965a' depends_on 'readline' |
