diff options
| author | nibbles 2bits | 2012-05-08 11:20:28 -0700 |
|---|---|---|
| committer | Jack Nagel | 2012-05-08 22:12:20 -0500 |
| commit | 47c6f9b77f9c07f531bf2e5fd7d605205e3f05f6 (patch) | |
| tree | 680b35f330f823cb509c9cc35b7da08971e3e384 /Library/Formula | |
| parent | 87b765858f2d5f167766a6143b74dd33811278d8 (diff) | |
| download | homebrew-47c6f9b77f9c07f531bf2e5fd7d605205e3f05f6.tar.bz2 | |
newlisp 10.4.3
Upgrade newlisp to version 10.4.3. Rapid bugfix release.
It passes its `def test` compiled with clang or llvm on Lion.
Closes #12150.
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 480846aeb..3f6c645c3 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.4.2.tgz' - sha1 '75257d8737802affba114a5de6ff558feed4ef36' + url 'http://www.newlisp.org/downloads/newlisp-10.4.3.tgz' + sha1 'cf5f5514a2a18dd317aa5e6f38907f0a8879156f' depends_on 'readline' |
