ca-certificates: Update to latest version

This commit is contained in:
Fredrik Fornwall 2016-05-02 20:50:45 -04:00
parent 065474d956
commit 6de2cf3678
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
TERMUX_PKG_HOMEPAGE=http://curl.haxx.se/docs/caextract.html
TERMUX_PKG_DESCRIPTION="Common CA certificates"
TERMUX_PKG_VERSION=20160122
TERMUX_PKG_VERSION=20160429
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
termux_step_make_install () {
CERTFILE=$TERMUX_PKG_TMPDIR/cert.pem
curl -o $CERTFILE https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt
if grep -q 'SHA1: 0ab47e2f41518f8d223eab517cb799e5b071231e' $CERTFILE; then
if grep -q 'SHA1: 5df367cda83086392e1acdf22bfef00c48d5eba6' $CERTFILE; then
CERT_DIR=$TERMUX_PREFIX/etc/tls
mkdir -p $CERT_DIR
mv $CERTFILE $CERT_DIR/cert.pem