diff options
| author | David Kendal | 2011-07-27 08:57:29 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2011-07-27 11:19:33 -0700 |
| commit | 11c024c1ce31ea28a6e4bb54f9acf23acaadc8f2 (patch) | |
| tree | b51487bd158dfa7505ceb9ec4224d06af3e49c7f /Library/Formula/newlisp.rb | |
| parent | c2d7dccea369551aab749f6aa206f1fd01381931 (diff) | |
| download | homebrew-11c024c1ce31ea28a6e4bb54f9acf23acaadc8f2.tar.bz2 | |
newlisp 10.3.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/newlisp.rb')
| -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 d69fa0d8b..0a78b3e84 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.0.tgz' + url 'http://www.newlisp.org/downloads/newlisp-10.3.2.tgz' homepage 'http://www.newlisp.org/' - md5 '149628df996a3154c7a286cbb05f65a8' + md5 '91aede51dc31fc1997d6c52adac3568a' depends_on 'readline' |
