1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-23 13:17:11 +00:00

libressl (disabled): Bump version

This commit is contained in:
Fredrik Fornwall 2016-06-09 08:47:30 -04:00
parent c319b01f77
commit d197025069

View File

@ -1,7 +1,7 @@
TERMUX_PKG_HOMEPAGE=http://www.libressl.org/
TERMUX_PKG_DESCRIPTION="Library implementing the TLS protocol as well as general purpose cryptography functions"
TERMUX_PKG_DEPENDS="ca-certificates"
TERMUX_PKG_VERSION=2.3.3
TERMUX_PKG_VERSION=2.4.0
TERMUX_PKG_SRCURL=http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-openssldir=$TERMUX_PREFIX/etc/tls"
TERMUX_PKG_CONFLICTS="openssl"