picolisp: update homepage

This commit is contained in:
Leonid Pliushch 2020-06-22 15:01:43 +03:00
parent 22a81481ef
commit fd9ba164be

View File

@ -1,11 +1,12 @@
TERMUX_PKG_HOMEPAGE=https://picolisp.com TERMUX_PKG_HOMEPAGE=https://picolisp.com/wiki/?home
TERMUX_PKG_DESCRIPTION="Lisp interpreter and application server framework" TERMUX_PKG_DESCRIPTION="Lisp interpreter and application server framework"
TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_DEPENDS="libcrypt, openssl"
TERMUX_PKG_VERSION=20.2.9 TERMUX_PKG_VERSION=20.2.9
TERMUX_PKG_REVISION=1
# 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=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=1199a84307c6eeaf6507134e3af2c0cf52c0fb1b419f88050d17fac2b599749d TERMUX_PKG_SHA256=1199a84307c6eeaf6507134e3af2c0cf52c0fb1b419f88050d17fac2b599749d
TERMUX_PKG_DEPENDS="libcrypt, openssl"
TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_BUILD_IN_SRC=true
# arm and i686: The c code uses gcc-specific "variable length array in structure": # arm and i686: The c code uses gcc-specific "variable length array in structure":
# x86_64: The assembly is not position-independent: # x86_64: The assembly is not position-independent: