Browse Source

picolisp: Update from 16.8.29 to 16.9.6

android-5
Fredrik Fornwall 8 years ago
parent
commit
96b43247d5
  1. 6
      packages/picolisp/build.sh

6
packages/picolisp/build.sh

@ -2,13 +2,13 @@ TERMUX_PKG_HOMEPAGE=http://picolisp.com
TERMUX_PKG_DESCRIPTION="Lisp interpreter and application server framework" TERMUX_PKG_DESCRIPTION="Lisp interpreter and application server framework"
TERMUX_PKG_DEPENDS="libcrypt, openssl" TERMUX_PKG_DEPENDS="libcrypt, openssl"
_PICOLISP_YEAR=16 _PICOLISP_YEAR=16
_PICOLISP_MONTH=8 _PICOLISP_MONTH=9
_PICOLISP_DAY=29 _PICOLISP_DAY=6
TERMUX_PKG_VERSION=${_PICOLISP_YEAR}.${_PICOLISP_MONTH}.${_PICOLISP_DAY} TERMUX_PKG_VERSION=${_PICOLISP_YEAR}.${_PICOLISP_MONTH}.${_PICOLISP_DAY}
# We use our bintray mirror since old version snapshots are not kept on main site. # We use our bintray mirror since old version snapshots are not kept on main site.
# TERMUX_PKG_SRCURL=http://software-lab.de/picoLisp.tgz # TERMUX_PKG_SRCURL=http://software-lab.de/picoLisp.tgz
TERMUX_PKG_SRCURL=https://dl.bintray.com/termux/upstream/picolisp_${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SRCURL=https://dl.bintray.com/termux/upstream/picolisp_${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=b7990d7f1330ad9d75f876515cf101075b9a9ca243db2b44019c0eb5f5ddfdee TERMUX_PKG_SHA256=f8559112db9b8984e961c257fb7327705434c9f3c4e3f5bc745d4d726ef7094a
TERMUX_PKG_FOLDERNAME=picoLisp TERMUX_PKG_FOLDERNAME=picoLisp
TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_BUILD_IN_SRC=true
# The assembly is not position-independent (would be a major rewrite): # The assembly is not position-independent (would be a major rewrite):

Loading…
Cancel
Save