summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Lenard Spencer2022-08-12 17:10:15 +0200
committer Willy Sudiarto Raharjo2022-08-12 17:10:15 +0200
commit5d2212f9d811594ceee3f5a701cf4b62e78dc914 (patch)
treed64fa9232af5919ab0c31fd6fadb061ce7fd38e2
parentb0496c92d9c04b7ff54eb5c7c9dcbdefc4ee3245 (diff)
downloadslackbuilds-5d2212f9d811594ceee3f5a701cf4b62e78dc914.tar.gz
system/nvidia-open-kernel: Updated for version 515.65.01.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/nvidia-open-kernel/nvidia-open-kernel.SlackBuild4
-rw-r--r--system/nvidia-open-kernel/nvidia-open-kernel.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/system/nvidia-open-kernel/nvidia-open-kernel.SlackBuild b/system/nvidia-open-kernel/nvidia-open-kernel.SlackBuild
index 53aeeb73ee..54a9b00812 100644
--- a/system/nvidia-open-kernel/nvidia-open-kernel.SlackBuild
+++ b/system/nvidia-open-kernel/nvidia-open-kernel.SlackBuild
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nvidia-open-kernel
-VERSION=${VERSION:-515.57}
+VERSION=${VERSION:-515.65.01}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -86,7 +86,7 @@ find -L . \
# CC=${CC:-gcc} suppresses an otherwise harmless "compiler mismatch"
# message. If you custom-build your kernel with clang,
# then pass CC=clang to this script.
-CC=${CC:-gcc} make SYSSRC=$KERNELPATH modules || exit 1
+CC=${CC:-gcc} make SYSSRC=$KERNELPATH module || exit 1
mkdir -p $PKG/lib/modules/$KERNEL/kernel/drivers/video
install -m 0664 kernel-open/nvidia.ko $PKG/lib/modules/$KERNEL/kernel/drivers/video/
diff --git a/system/nvidia-open-kernel/nvidia-open-kernel.info b/system/nvidia-open-kernel/nvidia-open-kernel.info
index 34822ddeba..cec07821ea 100644
--- a/system/nvidia-open-kernel/nvidia-open-kernel.info
+++ b/system/nvidia-open-kernel/nvidia-open-kernel.info
@@ -1,10 +1,10 @@
PRGNAM="nvidia-open-kernel"
-VERSION="515.57"
+VERSION="515.65.01"
HOMEPAGE="https://github.com/NVIDIA/open-gpu-kernel-modules/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/NVIDIA-kernel-module-source/NVIDIA-kernel-module-source-515.57.tar.xz"
-MD5SUM_x86_64="24651e7020e9963d5836a130c0c0c9f9"
+DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/NVIDIA-kernel-module-source/NVIDIA-kernel-module-source-515.65.01.tar.xz"
+MD5SUM_x86_64="ecab531eff6da633fa0715edca39cec5"
REQUIRES=""
MAINTAINER="Lenard Spencer"
EMAIL="lenardrspencer@gmail.com"