picolisp: Update from 17.3.25 to 17.4.7
authorFredrik Fornwall <fredrik@fornwall.net>
Tue, 11 Apr 2017 20:48:34 +0000 (22:48 +0200)
committerFredrik Fornwall <fredrik@fornwall.net>
Tue, 11 Apr 2017 20:48:34 +0000 (22:48 +0200)
packages/picolisp/build.sh

index e315385..0df3433 100644 (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):