ca-certificates: update to 20190110.
This commit is contained in:
parent
1578b059d2
commit
3ca7404fea
|
@ -1,19 +1,18 @@
|
|||
# Template file for 'ca-certificates'
|
||||
pkgname=ca-certificates
|
||||
version=20180409
|
||||
revision=2
|
||||
wrksrc="${pkgname}"
|
||||
version=20190110
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
noarch="yes"
|
||||
noarch=yes
|
||||
conf_files="/etc/ca-certificates.conf"
|
||||
hostmakedepends="libressl"
|
||||
depends="libressl>=2.2.4_2 run-parts"
|
||||
conf_files="/etc/ca-certificates.conf"
|
||||
short_desc="Common CA certificates for SSL/TLS"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
homepage="https://tracker.debian.org/pkg/ca-certificates"
|
||||
license="GPL-2.0-or-later, MPL-2.0"
|
||||
homepage="https://tracker.debian.org/pkg/ca-certificates"
|
||||
distfiles="${DEBIAN_SITE}/main/c/${pkgname}/${pkgname}_${version}.tar.xz"
|
||||
checksum=7af6f5bfc619fd29cbf0258c1d95107c38ce840ad6274e343e1e0d971fc72b51
|
||||
checksum=ee4bf0f4c6398005f5b5ca4e0b87b82837ac5c3b0280a1cb3a63c47555c3a675
|
||||
|
||||
post_extract() {
|
||||
$BUILD_CC $BUILD_CFLAGS ${FILESDIR}/certdata2pem.c -o ${wrksrc}/mozilla/certdata2pem
|
||||
|
|
Loading…
Reference in New Issue