Updated the cert package, to one with a date stamp.

The haiku-files.org cron script will create a new package only when the cert
has been updated. An email will inform me of such an update.
This commit is contained in:
Matt Madia 2012-02-19 14:00:48 +00:00
parent 9d46237ba1
commit 743d0826f7

View File

@ -356,8 +356,8 @@ if [ IsOptionalHaikuImagePackageAdded Bzip ] {
# CARootCertificates
if [ IsOptionalHaikuImagePackageAdded CARootCertificates ] {
InstallOptionalHaikuImagePackage cert.zip
: $(baseURL)/cert.zip
InstallOptionalHaikuImagePackage cert-2012-12-19.zip
: $(baseURL)/cert-2012-12-19.zip
: common data ssl ;
}