From: Fredrik Fornwall Date: Wed, 17 May 2017 20:37:30 +0000 (+0200) Subject: picolisp: Update from 17.4.7 to 17.5.16 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/40a7f89896a34594e760f61f58150aba56e8b853?ds=inline picolisp: Update from 17.4.7 to 17.5.16 --- diff --git a/packages/picolisp/build.sh b/packages/picolisp/build.sh index 0df34339..d84fad16 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=4 -_PICOLISP_DAY=7 +_PICOLISP_MONTH=5 +_PICOLISP_DAY=16 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=29c9f6c5522ebeb11c167fa37242940f4e598e921a7a1d242bcf57669c62d744 +TERMUX_PKG_SHA256=24964e43859a6beeb291a993904ab9b2c17b9db2b2ed47e7339034499ef1bd91 TERMUX_PKG_FOLDERNAME=picoLisp TERMUX_PKG_BUILD_IN_SRC=true # The assembly is not position-independent (would be a major rewrite):