Skip to content

Commit

Permalink
system/nvidia-legacy470-kernel: Updated for version 470.256.02.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenard Spencer authored and sbo-bot[bot] committed Jun 12, 2024
1 parent bc9d18b commit ca77a28
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=nvidia-legacy470-kernel
VERSION=${VERSION:-470.239.06}
BUILD=${BUILD:-2}
VERSION=${VERSION:-470.256.02}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

Expand Down Expand Up @@ -91,7 +91,7 @@ find -L . \

# Patch for gcc-14 in current:
if [ "${CURRENT:-no}" = "yes" ]; then
patch -p1 < $CWD/nvidia-470.239.06-gcc14.patch
patch -p1 < $CWD/nvidia-legacy470-gcc14.patch
fi

# CC=${CC:-gcc} suppresses an otherwise harmless "compiler mismatch"
Expand Down
6 changes: 3 additions & 3 deletions system/nvidia-legacy470-kernel/nvidia-legacy470-kernel.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PRGNAM="nvidia-legacy470-kernel"
VERSION="470.239.06"
VERSION="470.256.02"
HOMEPAGE="https://www.nvidia.com"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/470.239.06/NVIDIA-Linux-x86_64-470.239.06.run"
MD5SUM_x86_64="4d007f78ef892929399aaf02152f4c38"
DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/470.256.02/NVIDIA-Linux-x86_64-470.256.02.run"
MD5SUM_x86_64="57f54d5f6ddef5417215645aabbf9b9c"
REQUIRES=""
MAINTAINER="Lenard Spencer"
EMAIL="[email protected]"

0 comments on commit ca77a28

Please sign in to comment.