picolisp: Update from 17.2.24 to 17.3.25
authorFredrik Fornwall <fredrik@fornwall.net>
Mon, 27 Mar 2017 00:07:21 +0000 (02:07 +0200)
committerFredrik Fornwall <fredrik@fornwall.net>
Mon, 27 Mar 2017 00:07:21 +0000 (02:07 +0200)
packages/picolisp/build.sh

index 82e04c7..e315385 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=2
-_PICOLISP_DAY=24
+_PICOLISP_MONTH=3
+_PICOLISP_DAY=25
 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=9eed147693ad07c7dfb945c271e2a1d1afe36a613a6e5555298bc1ac947651e8
 TERMUX_PKG_FOLDERNAME=picoLisp
 TERMUX_PKG_BUILD_IN_SRC=true
 # The assembly is not position-independent (would be a major rewrite):