Make is possible to blacklist arch in a pkg
[termux-packages] / packages / ca-certificates / build.sh
index aabfdfb..7c5ccd2 100644 (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
+       termux_download https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt $CERTFILE
+       if grep -q 'SHA1: 5df367cda83086392e1acdf22bfef00c48d5eba6' $CERTFILE; then
                CERT_DIR=$TERMUX_PREFIX/etc/tls
                mkdir -p $CERT_DIR
                mv $CERTFILE $CERT_DIR/cert.pem