X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/72f69cdc35d351db485f2021d9a98d4101e88bc8..e6672754c25dac8066c2cdbb7deb2b15e5a55e2d:/packages/picolisp/build.sh diff --git a/packages/picolisp/build.sh b/packages/picolisp/build.sh index 82e04c7b..cf1becbc 100644 --- a/packages/picolisp/build.sh +++ b/packages/picolisp/build.sh @@ -1,13 +1,13 @@ -TERMUX_PKG_HOMEPAGE=http://picolisp.com +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=2 -_PICOLISP_DAY=24 +_PICOLISP_MONTH=6 +_PICOLISP_DAY=6 TERMUX_PKG_VERSION=${_PICOLISP_YEAR}.${_PICOLISP_MONTH}.${_PICOLISP_DAY} # 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=900100713c07a924fd53ea4fe6ff7cbf216423e98e2137ffdac86b85cbcf24c8 +TERMUX_PKG_SHA256=aeb90c3002b5fb2a708d3bb189ed1c2d9c2e5b699c873c60689867672d04967e TERMUX_PKG_FOLDERNAME=picoLisp TERMUX_PKG_BUILD_IN_SRC=true # The assembly is not position-independent (would be a major rewrite):