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 Homebrew/homebrew#12150.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
nibbles 2bits 2012-05-08 11:20:28 -07:00 committed by Jack Nagel
parent e62f0fc2fa
commit fe7d90467c
1 changed files with 2 additions and 2 deletions

View File

@ -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'