Update newlisp to 10.7.1

10.7.0 is not available as download anymore so upgrade to 10.7.1.

Tested on arm
This commit is contained in:
Kriskras99
2017-04-24 16:21:36 +02:00
committed by GitHub
parent 3282ab3be3
commit 1c9a20713d

View File

@@ -2,8 +2,8 @@ require 'package'
class Newlisp < Package
version '10.7.0'
source_url 'http://www.newlisp.org/downloads/newlisp-10.7.0.tgz'
source_sha1 '8c256d134e4879d97f83087585cfe90d462def22'
source_url 'http://www.newlisp.org/downloads/newlisp-10.7.1.tgz'
source_sha1 '724e7fd1c0512a4236fde022825dfd7ef859ca96'
#depends_on 'readline'
#depends_on 'libffi'