mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ca-certificates: update to 20200601.
This commit is contained in:
parent
30d1e926f6
commit
646fdb7089
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'ca-certificates'
|
# Template file for 'ca-certificates'
|
||||||
pkgname=ca-certificates
|
pkgname=ca-certificates
|
||||||
version=20190110
|
version=20200601
|
||||||
revision=2
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
archs=noarch
|
archs=noarch
|
||||||
conf_files="/etc/ca-certificates.conf"
|
conf_files="/etc/ca-certificates.conf"
|
||||||
|
wrksrc="work"
|
||||||
hostmakedepends="libressl"
|
hostmakedepends="libressl"
|
||||||
depends="libressl>=2.2.4_2 run-parts"
|
depends="libressl>=2.2.4_2 run-parts"
|
||||||
short_desc="Common CA certificates for SSL/TLS"
|
short_desc="Common CA certificates for SSL/TLS"
|
||||||
|
@ -12,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later, MPL-2.0"
|
license="GPL-2.0-or-later, MPL-2.0"
|
||||||
homepage="https://tracker.debian.org/pkg/ca-certificates"
|
homepage="https://tracker.debian.org/pkg/ca-certificates"
|
||||||
distfiles="${DEBIAN_SITE}/main/c/${pkgname}/${pkgname}_${version}.tar.xz"
|
distfiles="${DEBIAN_SITE}/main/c/${pkgname}/${pkgname}_${version}.tar.xz"
|
||||||
checksum=ee4bf0f4c6398005f5b5ca4e0b87b82837ac5c3b0280a1cb3a63c47555c3a675
|
checksum=43766d5a436519503dfd65ab83488ae33ab4d4ca3d0993797b58c92eb9ed4e63
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
$BUILD_CC $BUILD_CFLAGS ${FILESDIR}/certdata2pem.c -o ${wrksrc}/mozilla/certdata2pem
|
$BUILD_CC $BUILD_CFLAGS ${FILESDIR}/certdata2pem.c -o ${wrksrc}/mozilla/certdata2pem
|
||||||
|
|
Loading…
Add table
Reference in a new issue