binutils: Bump revision after patch
[termux-packages] / packages / picolisp / build.sh
index 9eda136..9f2b9d4 100644 (file)
@@ -1,14 +1,14 @@
 TERMUX_PKG_HOMEPAGE=https://picolisp.com
 TERMUX_PKG_DESCRIPTION="Lisp interpreter and application server framework"
 TERMUX_PKG_DEPENDS="libcrypt, openssl"
-TERMUX_PKG_VERSION=17.10.28
-TERMUX_PKG_SHA256=22e22121405c35d22c719e2590c469bd9e34e6899c4e3eccf28e4f5b08583227
+TERMUX_PKG_VERSION=18.1.24
+TERMUX_PKG_SHA256=08d66ee82ff242c4adc4cb5f4fe6447d0d64f86a2a91439bd5b13aed83bedd19
 # 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_BUILD_IN_SRC=true
 # The assembly is not position-independent (would be a major rewrite):
 TERMUX_PKG_BLACKLISTED_ARCHES="x86_64"
-if [ $TERMUX_ARCH_BITS = 32 ]; then
+if [ "$TERMUX_ARCH_BITS" = 32 ]; then
        # "Variable length array in structure won't be supported"
        TERMUX_PKG_CLANG=no
 fi