ca-certificates: update to 20120623.

This commit is contained in:
Juan RP 2012-06-29 10:03:41 +02:00
parent 587f4d3b92
commit e671e8ede9

View file

@ -1,23 +1,21 @@
# Template file for 'ca-certificates'
pkgname=ca-certificates
version=20120212
distfiles="${DEBIAN_SITE}/main/c/${pkgname}/${pkgname}_${version}.tar.gz"
version=20120623
revision=1
noarch=yes
makedepends="python"
fulldepends="findutils sed openssl run-parts"
revision=1
conf_files="/etc/ca-certificates.conf"
short_desc="Common CA certificates"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://packages.qa.debian.org/c/ca-certificates.html"
license="GPL-2"
checksum=95f3eac93dad4433b5731bc9e106a26e2ccf210acace1927e597477b24187dce
distfiles="${DEBIAN_SITE}/main/c/${pkgname}/${pkgname}_${version}.tar.gz"
checksum=878cd1130ba056fe5f96decde7e5fc1b71d35eb8565a1515744912e100731ee9
long_desc="
This package includes PEM files of CA certificates to allow SSL-based
applications to check for the authenticity of SSL connections."
conf_files="/etc/ca-certificates.conf"
noarch=yes
do_build() {
make ${makejobs}
}