stunnel: update to 5.59

This commit is contained in:
Leonid Pliushch 2021-05-05 15:24:59 +00:00
parent 0b4ef34676
commit 04443722c2
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.stunnel.org/
TERMUX_PKG_DESCRIPTION="Socket wrapper which can provide TLS support to ordinary applications"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=5.57
TERMUX_PKG_VERSION=5.59
TERMUX_PKG_SRCURL=https://www.stunnel.org/downloads/stunnel-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=af5ab973dde11807c38735b87bdd87563a47d2fa1c72a07929fcfce80a600fe1
TERMUX_PKG_SHA256=137776df6be8f1701f1cd590b7779932e123479fb91e5192171c16798815ce9f
TERMUX_PKG_DEPENDS="openssl"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-shared --with-ssl=$TERMUX_PREFIX --disable-fips"
TERMUX_PKG_RM_AFTER_INSTALL="bin/stunnel3 share/man/man8/stunnel.*.8"