ca-certificates: Update from 20180117 to 20180307 (#2238)

This commit is contained in:
Henrik Grimler 2018-03-12 13:02:23 +01:00 committed by Fredrik Fornwall
parent 2df3825e4b
commit 0339d32080

View File

@ -1,13 +1,13 @@
TERMUX_PKG_HOMEPAGE=https://curl.haxx.se/docs/caextract.html TERMUX_PKG_HOMEPAGE=https://curl.haxx.se/docs/caextract.html
TERMUX_PKG_DESCRIPTION="Common CA certificates" TERMUX_PKG_DESCRIPTION="Common CA certificates"
TERMUX_PKG_VERSION=20180117 TERMUX_PKG_VERSION=20180307
TERMUX_PKG_PLATFORM_INDEPENDENT=yes TERMUX_PKG_PLATFORM_INDEPENDENT=yes
termux_step_make_install () { termux_step_make_install () {
local CERTDIR=$TERMUX_PREFIX/etc/tls local CERTDIR=$TERMUX_PREFIX/etc/tls
local CERTFILE=$CERTDIR/cert.pem local CERTFILE=$CERTDIR/cert.pem
# If the checksum has changed, it may be time to update the package version. # If the checksum has changed, it may be time to update the package version.
local CERTFILE_SHA256=defe310a0184a12e4b1b3d147f1d77395dd7a09e3428373d019bef5d542ceba3 local CERTFILE_SHA256=79ea479e9f329de7075c40154c591b51eb056d458bc4dff76d9a4b9c6c4f6d0b
mkdir -p $CERTDIR mkdir -p $CERTDIR