diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2023-05-06 19:01:04 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2023-05-06 21:32:30 +0200 |
commit | 70639c5f83e9b0f881aa63a7b6bf4ce322de81cc (patch) | |
tree | 29fbc671c70df5f0fd0b8341c8e32face8127228 /source/n/ca-certificates/ca-certificates.SlackBuild | |
parent | 72f681b77168635fc81a4c5398bab11630a5cb9d (diff) | |
download | current-70639c5f83e9b0f881aa63a7b6bf4ce322de81cc.tar.gz current-70639c5f83e9b0f881aa63a7b6bf4ce322de81cc.tar.xz |
Sat May 6 19:01:04 UTC 202320230506190104
l/gexiv2-0.14.1-x86_64-1.txz: Upgraded.
l/mozilla-nss-3.89.1-x86_64-1.txz: Upgraded.
n/ca-certificates-20230506-noarch-1.txz: Upgraded.
This update provides the latest CA certificates to check for the
authenticity of SSL connections.
Diffstat (limited to 'source/n/ca-certificates/ca-certificates.SlackBuild')
-rwxr-xr-x | source/n/ca-certificates/ca-certificates.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/ca-certificates/ca-certificates.SlackBuild b/source/n/ca-certificates/ca-certificates.SlackBuild index baaf0ca18..6e06613ac 100755 --- a/source/n/ca-certificates/ca-certificates.SlackBuild +++ b/source/n/ca-certificates/ca-certificates.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=ca-certificates VERSION=${VERSION:-$(echo certdata-*.txt.xz | cut -f 2 -d - | cut -f 1 -d .)} ARCH=noarch -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # If the variable PRINT_PACKAGE_NAME is set, then this script will report what # the name of the created package would be, and then exit. This information |