system/nvidia-kernel: Updated for version 384.90.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Edward W. Koenig 2017-10-15 19:33:40 +01:00 committed by Willy Sudiarto Raharjo
parent a70460f6e4
commit 70d62c7c39
3 changed files with 8 additions and 8 deletions

View file

@ -6,8 +6,8 @@ start the script setting the KERNEL variable as in
KERNEL=4.6.3 ./nvidia-kernel.SlackBuild
A default config file is placed at /usr/share/X11/xorg.conf.d/10-nvidia.conf
to make sure that X loads the nvidia module. If you need to make changes,
move that file to /etc/X11/xorg.conf.d/ and edit the copy. You do not need
to make sure that X loads the nvidia module. If you need to make changes,
move that file to /etc/X11/xorg.conf.d/ and edit the copy. You do not need
this file at all if you have a proper and complete xorg.conf.
The xf86-video-nouveau-blacklist package from /extra is required.

View file

@ -28,7 +28,7 @@
# see nvidia-driver/changelog.txt
PRGNAM=nvidia-kernel
VERSION=${VERSION:-375.66}
VERSION=${VERSION:-384.90}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="nvidia-kernel"
VERSION="375.66"
VERSION="384.90"
HOMEPAGE="http://www.nvidia.com"
DOWNLOAD="https://download.nvidia.com/XFree86/Linux-x86/375.66/NVIDIA-Linux-x86-375.66.run"
MD5SUM="47dddb796fe39497cf6ae374591f6eb9"
DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/375.66/NVIDIA-Linux-x86_64-375.66.run"
MD5SUM_x86_64="9cf2c0a342a088211f25c5d8137097e6"
DOWNLOAD="https://download.nvidia.com/XFree86/Linux-x86/384.90/NVIDIA-Linux-x86-384.90.run"
MD5SUM="9423e4bdef7745c7b57a75c24f853b53"
DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/384.90/NVIDIA-Linux-x86_64-384.90.run"
MD5SUM_x86_64="487f9702d76d9eebea5b73b33fe4d602"
REQUIRES=""
MAINTAINER="Edward W. Koenig"
EMAIL="kingbeowulf@gmail.com"