From 667e256e674e08754c9df8f4c3bb4369a954c545 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sat, 25 Feb 2017 01:14:04 +0100 Subject: [PATCH] picolisp: Update from 17.1.30 to 17.2.24 --- packages/picolisp/build.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/packages/picolisp/build.sh b/packages/picolisp/build.sh index 71acceb7..edad5b71 100644 --- a/packages/picolisp/build.sh +++ b/packages/picolisp/build.sh @@ -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=1 -_PICOLISP_DAY=30 +_PICOLISP_MONTH=2 +_PICOLISP_DAY=24 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=5f4a03881cfab786d71f853536aca8e728949f8c6ed674a8f4440c35b6f88e57 +TERMUX_PKG_SHA256=900100713c07a924fd53ea4fe6ff7cbf216423e98e2137ffdac86b85cbcf24c8 TERMUX_PKG_FOLDERNAME=picoLisp TERMUX_PKG_BUILD_IN_SRC=true # The assembly is not position-independent (would be a major rewrite): @@ -18,8 +18,10 @@ if [ $TERMUX_ARCH_BITS = 32 ]; then else # FIXME: Use gcc for linking, as a clang build causes (tzo), # the time zone offset, to return 0: - # Also, this call hangs: + # Also, this call (and probably more) hangs: # (call "termux-notification" "--title" "Title" "--content" "Message") + # These two problems only happen when using the gold linker, which + # Termux does by default). TERMUX_PKG_CLANG=no fi -- 2.11.0