ca-certificates: update to 20161130+nmu1
This commit is contained in:
parent
a3f9dfb72d
commit
97f2036e5d
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'ca-certificates'
|
||||
pkgname=ca-certificates
|
||||
version=20161130
|
||||
version=20161130+nmu1
|
||||
revision=1
|
||||
wrksrc="$pkgname"
|
||||
wrksrc="${pkgname}-${version%+*}"
|
||||
bootstrap=yes
|
||||
noarch="yes"
|
||||
hostmakedepends="libressl"
|
||||
|
@ -10,10 +10,10 @@ 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.eu>"
|
||||
homepage="http://packages.qa.debian.org/c/ca-certificates.html"
|
||||
license="GPL-2"
|
||||
homepage="https://tracker.debian.org/pkg/ca-certificates"
|
||||
license="GPL-2, MPL-2.0"
|
||||
distfiles="${DEBIAN_SITE}/main/c/${pkgname}/${pkgname}_${version}.tar.xz"
|
||||
checksum=04bca9e142a90a834aca0311f7ced237368d71fee7bd5c9f68ef7f4611aee471
|
||||
checksum=77f9aca431e3122bf04aa0ffd989b723d906db4d1c106e3290e463d73c177f0e
|
||||
|
||||
post_extract() {
|
||||
$BUILD_CC $BUILD_CFLAGS ${FILESDIR}/certdata2pem.c -o ${wrksrc}/mozilla/certdata2pem
|
||||
|
|
Loading…
Reference in New Issue