picolisp: Update from 17.3.25 to 17.4.7

This commit is contained in:
Fredrik Fornwall 2017-04-11 22:48:34 +02:00
parent 57b1ec5b5b
commit c1366b855f
1 changed files with 3 additions and 3 deletions

View File

@ -2,12 +2,12 @@ TERMUX_PKG_HOMEPAGE=http://picolisp.com
TERMUX_PKG_DESCRIPTION="Lisp interpreter and application server framework"
TERMUX_PKG_DEPENDS="libcrypt, openssl"
_PICOLISP_YEAR=17
_PICOLISP_MONTH=3
_PICOLISP_DAY=25
_PICOLISP_MONTH=4
_PICOLISP_DAY=7
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=9eed147693ad07c7dfb945c271e2a1d1afe36a613a6e5555298bc1ac947651e8
TERMUX_PKG_SHA256=29c9f6c5522ebeb11c167fa37242940f4e598e921a7a1d242bcf57669c62d744
TERMUX_PKG_FOLDERNAME=picoLisp
TERMUX_PKG_BUILD_IN_SRC=true
# The assembly is not position-independent (would be a major rewrite):