X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/7aa62836ac9331794df474e02f88b7f25d188529..9d9cb8e57f26e894ad9d6dc8f78541d089fc34f5:/packages/picolisp/build.sh diff --git a/packages/picolisp/build.sh b/packages/picolisp/build.sh index ac46ad5a..c5582606 100644 --- a/packages/picolisp/build.sh +++ b/packages/picolisp/build.sh @@ -2,13 +2,16 @@ TERMUX_PKG_HOMEPAGE=http://picolisp.com TERMUX_PKG_DESCRIPTION="Lisp interpreter and application server framework" TERMUX_PKG_DEPENDS="libcrypt, openssl" _PICOLISP_YEAR=16 -_PICOLISP_MONTH=6 -_PICOLISP_DAY=21 +_PICOLISP_MONTH=8 +_PICOLISP_DAY=3 TERMUX_PKG_VERSION=${_PICOLISP_YEAR}.${_PICOLISP_MONTH}.${_PICOLISP_DAY} -TERMUX_PKG_SRCURL=http://software-lab.de/picoLisp.tgz -TERMUX_PKG_NO_SRC_CACHE=yes +# We use our bintray mirror since old version snapshots are not kept on main site. +# TERMUX_PKG_SRCURL=http://software-lab.de/picoLisp.tgz +TERMUX_PKG_SRCURL=https://dl.bintray.com/termux/upstream/picolisp_${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_FOLDERNAME=picoLisp TERMUX_PKG_BUILD_IN_SRC=true +# The assembly is not position-independent (would be a major rewrite): +TERMUX_PKG_BLACKLISTED_ARCHES="x86_64" termux_step_pre_configure() { # Validate that we have the right version: