X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/0db46e5465b50e8f1f8a368aeac62a4b23127d2a..08a9993c661f525b89b24be2eef96d7ac409e931:/packages/picolisp/build.sh diff --git a/packages/picolisp/build.sh b/packages/picolisp/build.sh index 9ee204b3..d1a8d5d3 100644 --- a/packages/picolisp/build.sh +++ b/packages/picolisp/build.sh @@ -1,11 +1,14 @@ TERMUX_PKG_HOMEPAGE=http://picolisp.com TERMUX_PKG_DESCRIPTION="Lisp interpreter and application server framework" -TERMUX_PKG_VERSION=15.11 -TERMUX_PKG_SRCURL=http://software-lab.de/picoLisp-${TERMUX_PKG_VERSION}.tgz +TERMUX_PKG_VERSION=16.2.11 +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 2 11' src64/version.l + TERMUX_PKG_SRCDIR=$TERMUX_PKG_SRCDIR/src if [ $TERMUX_ARCH_BITS = 64 ]; then TERMUX_PKG_SRCDIR+="64"