From: Fredrik Fornwall Date: Thu, 10 Mar 2016 11:40:01 +0000 (-0500) Subject: picolisp: Update from 16.2.11 to 16.3.1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/6a85c5e4fbe8575e9ae62b8f46afe8a9514780cb picolisp: Update from 16.2.11 to 16.3.1 --- diff --git a/packages/picolisp/build.sh b/packages/picolisp/build.sh index d1a8d5d3..72b00c66 100644 --- a/packages/picolisp/build.sh +++ b/packages/picolisp/build.sh @@ -1,13 +1,13 @@ TERMUX_PKG_HOMEPAGE=http://picolisp.com TERMUX_PKG_DESCRIPTION="Lisp interpreter and application server framework" -TERMUX_PKG_VERSION=16.2.11 +TERMUX_PKG_VERSION=16.3.1 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 + grep -q '16 3 1' src64/version.l TERMUX_PKG_SRCDIR=$TERMUX_PKG_SRCDIR/src if [ $TERMUX_ARCH_BITS = 64 ]; then