picolisp: Update from 16.4.1 to 16.4.24

This commit is contained in:
Fredrik Fornwall 2016-04-24 06:54:28 -04:00
parent d7ecc9a899
commit 8f37995c17
1 changed files with 2 additions and 3 deletions

View File

@ -1,15 +1,14 @@
TERMUX_PKG_HOMEPAGE=http://picolisp.com
TERMUX_PKG_DESCRIPTION="Lisp interpreter and application server framework"
TERMUX_PKG_DEPENDS="libcrypt, openssl"
TERMUX_PKG_VERSION=16.4.1
TERMUX_PKG_BUILD_REVISION=2
TERMUX_PKG_VERSION=16.4.24
TERMUX_PKG_SRCURL=http://software-lab.de/picoLisp.tgz
TERMUX_PKG_FOLDERNAME=picoLisp
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_pre_configure() {
# Validate that we have the right version:
grep -q '16 4 1' src64/version.l
grep -q '16 4 24' src64/version.l
TERMUX_PKG_SRCDIR=$TERMUX_PKG_SRCDIR/src
if [ $TERMUX_ARCH_BITS = 64 ]; then