From c009cede0fc338d90723da945eeef095e817beec Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Tue, 14 Apr 2020 23:00:21 +0300 Subject: [PATCH] Revert "spiped: update to 1.6.1" New version expects `pthread_cancel()` to be available. This reverts commit 16b74e330bfda61800749650012e8829876ab5e4. --- packages/spiped/build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/spiped/build.sh b/packages/spiped/build.sh index 420a233a8..8b98ec38d 100644 --- a/packages/spiped/build.sh +++ b/packages/spiped/build.sh @@ -2,9 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://www.tarsnap.com/spiped.html TERMUX_PKG_DESCRIPTION="a utility for creating symmetrically encrypted and authenticated pipes between socket addresses" TERMUX_PKG_LICENSE="BSD" TERMUX_PKG_MAINTAINER="Leonid Plyushch " -TERMUX_PKG_VERSION=1.6.1 +TERMUX_PKG_VERSION=1.6.0 +TERMUX_PKG_REVISION=8 TERMUX_PKG_SRCURL=https://github.com/Tarsnap/spiped/archive/$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=d14a0c802f97bfe4da6c1a6c1ec882b7ffb94d28aee1eea11e6ad532fc21254c +TERMUX_PKG_SHA256=c80a49b131aeb017c06dcc10e2461c25a333e1e32ed99a0bb6af169014306815 TERMUX_PKG_DEPENDS="openssl" TERMUX_PKG_BUILD_IN_SRC=true