X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/ec49e87dbc05a5cb3ef6f29a46366cd4448ef3b6..6f6f0be2d85c7f1402b794f59ea6eba4f96f122d:/packages/picolisp/build.sh diff --git a/packages/picolisp/build.sh b/packages/picolisp/build.sh index f4d18d99..2516aac4 100644 --- a/packages/picolisp/build.sh +++ b/packages/picolisp/build.sh @@ -1,14 +1,10 @@ TERMUX_PKG_HOMEPAGE=https://picolisp.com TERMUX_PKG_DESCRIPTION="Lisp interpreter and application server framework" TERMUX_PKG_DEPENDS="libcrypt, openssl" -_PICOLISP_YEAR=17 -_PICOLISP_MONTH=7 -_PICOLISP_DAY=9 -TERMUX_PKG_VERSION=${_PICOLISP_YEAR}.${_PICOLISP_MONTH}.${_PICOLISP_DAY} +TERMUX_PKG_VERSION=17.9.27 +TERMUX_PKG_SHA256=a94f65f99fd221323e6f89d0179a37e254fcbeb4bef4914ed4281cf52e362fa8 # We use our bintray mirror since old version snapshots are not kept on main site. TERMUX_PKG_SRCURL=https://dl.bintray.com/termux/upstream/picolisp_${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=22eff19214f3250099935dc871045a5be6728724ad91a0534b9c29bcd8fde858 -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" @@ -19,7 +15,7 @@ fi termux_step_pre_configure() { # Validate that we have the right version: - grep -q "Version $_PICOLISP_YEAR $_PICOLISP_MONTH $_PICOLISP_DAY" src64/version.l || { + grep -q "Version ${TERMUX_PKG_VERSION//./ }" src64/version.l || { termux_error_exit "Picolisp version needs to be bumped" }