diff options
| author | Brett Koonce | 2013-12-19 22:57:09 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-12-20 10:11:13 -0600 |
| commit | b41c0f7bafdd4fdb6d3dafd4079d9187c8a2c30b (patch) | |
| tree | 810d9453162d29229c243d73cedca94944526cd6 /Library | |
| parent | df1cc285b45bf372f1769a275ebdb96ec01bbc9a (diff) | |
| download | homebrew-b41c0f7bafdd4fdb6d3dafd4079d9187c8a2c30b.tar.bz2 | |
newlisp (devel) 10.5.6
Closes #25347.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/newlisp.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/newlisp.rb b/Library/Formula/newlisp.rb index 937b50456..d87abd8e9 100644 --- a/Library/Formula/newlisp.rb +++ b/Library/Formula/newlisp.rb @@ -5,6 +5,11 @@ class Newlisp < Formula url 'http://www.newlisp.org/downloads/newlisp-10.5.4.tgz' sha1 'a1fa37eb21f8045858a30493429d243ababc2488' + devel do + url 'http://www.newlisp.org/downloads/development/newlisp-10.5.6.tgz' + sha1 'ef887c6d617b2acdad2c8f9f05789166b1f1a95f' + end + depends_on 'readline' def patches |
