ca_root_certificates: update to latest.

* suffix the downloaded file with the version to be able to distinguish
files.
This commit is contained in:
Jerome Duval
2015-03-30 17:42:13 +00:00
parent f82207f672
commit 4058b538eb

View File

@@ -11,9 +11,10 @@ COPYRIGHT="2008-2014 Mozilla"
LICENSE="MPL v1.1
GNU GPL v2
GNU LGPL v2.1"
SRC_URI="https://raw.githubusercontent.com/bagder/ca-bundle/f68eb7b967/ca-bundle.crt#noarchive"
CHECKSUM_SHA256="a9cce49cec92304d29d05794c9b576899d8a285659b3f987dd7ed784ab3e0621"
REVISION="2"
SRC_URI="https://raw.githubusercontent.com/bagder/ca-bundle/d82fc46afaf6478aaa22989bcc2202ba7b72ad71/ca-bundle.crt#noarchive"
SRC_FILENAME="ca-bundle-$portVersion.crt"
CHECKSUM_SHA256="cea5f2b5db6c0b5013a44c95d993fb407910922b46251a119d84e1945ea384c0"
REVISION="1"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE=yes
@@ -31,5 +32,5 @@ INSTALL()
{
installDir="$dataRootDir/ssl/"
mkdir -p "$installDir"
cp ca-bundle.crt "$installDir/CARootCertificates.pem"
cp ca-bundle-*.crt "$installDir/CARootCertificates.pem"
}