diff options
author | Andrew Strong <andrew.david.strong@gmail.com> | 2023-03-01 13:20:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-04 07:16:37 +0700 |
commit | 8e6e27672c205b97652d3c019b8620e6e677cd67 (patch) | |
tree | 1d7f59b31973c58e2a85dee4ca00e4e6dc03760f /libraries/nv-codec-headers/nv-codec-headers.SlackBuild | |
parent | 4d2a793be002e334d4adbfa6e23bf2d9d2d43c8c (diff) |
libraries/nv-codec-header: Updated for version 11.1.5.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/nv-codec-headers/nv-codec-headers.SlackBuild')
-rw-r--r-- | libraries/nv-codec-headers/nv-codec-headers.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libraries/nv-codec-headers/nv-codec-headers.SlackBuild b/libraries/nv-codec-headers/nv-codec-headers.SlackBuild index d76f74a2a3776..1faff221c03a7 100644 --- a/libraries/nv-codec-headers/nv-codec-headers.SlackBuild +++ b/libraries/nv-codec-headers/nv-codec-headers.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for nv-codec-headers -# Copyright 2018-2022, Andrew Strong, Blue Mountains, Australia. +# Copyright 2018-2023, Andrew Strong, Blue Mountains, Australia. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nv-codec-headers # Note that the version number is contained # within the file ffnvcodec.pc.in: -VERSION=${VERSION:-11.1.5.1} +VERSION=${VERSION:-11.1.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# 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 -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 |