X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/85d557573e2479acbbbf9d08d906198b7abe33cb..3afa4f345a3002ba16326b8e22264b64bcfaee0d:/packages/libcurl/build.sh diff --git a/packages/libcurl/build.sh b/packages/libcurl/build.sh index 6216a6e8..dacb9fa8 100755 --- a/packages/libcurl/build.sh +++ b/packages/libcurl/build.sh @@ -1,7 +1,7 @@ TERMUX_PKG_HOMEPAGE=http://curl.haxx.se/ TERMUX_PKG_DESCRIPTION="Easy-to-use client-side URL transfer library" TERMUX_PKG_DEPENDS="openssl" -TERMUX_PKG_VERSION=7.48.0 +TERMUX_PKG_VERSION=7.49.0 TERMUX_PKG_SRCURL=http://curl.haxx.se/download/curl-${TERMUX_PKG_VERSION}.tar.bz2 export TERMUX_CA_BUNDLE=$TERMUX_PREFIX/etc/tls/cert.pem TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-ssl --without-libidn --with-ca-bundle=$TERMUX_CA_BUNDLE"