Browse Source
Revert "spiped: update to 1.6.1"
New version expects `pthread_cancel()` to be available.
This reverts commit 16b74e330b
.
master
Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
3 additions and
2 deletions
-
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 <leonid.plyushch@gmail.com>" |
|
|
|
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 |
|
|
|
|
|
|
|