mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
ca_root_certificates: update to latest.
* suffix the downloaded file with the version to be able to distinguish files.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user