newlisp (devel) 10.5.6
Closes Homebrew/homebrew#25347. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
d6a3b007ab
commit
de751a3961
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue