mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/nvidia-kernel: Updated for version 470.63.01.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cced40cdad
commit
7d135dab4f
2 changed files with 5 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Copyright 2007-2011 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2012-2019 Edward W. Koenig, Vancouver, WA, USA
|
||||
# Updates cpyright 2020 Lenard Spencer, Orlando, FL, USA
|
||||
# Updates cpyright 2020-2021 Lenard Spencer, Orlando, FL, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,12 +26,10 @@
|
|||
|
||||
# Thanks to Robby Workman for suggestions to improve this script.
|
||||
|
||||
# see nvidia-driver/changelog.txt
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=nvidia-kernel
|
||||
VERSION=${VERSION:-460.84}
|
||||
VERSION=${VERSION:-470.63.01}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="nvidia-kernel"
|
||||
VERSION="460.84"
|
||||
VERSION="470.63.01"
|
||||
HOMEPAGE="http://www.nvidia.com"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/460.84/NVIDIA-Linux-x86_64-460.84.run"
|
||||
MD5SUM_x86_64="629d4f2a0d6f593aa4cf9b73983d3c8b"
|
||||
DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/470.63.01/NVIDIA-Linux-x86_64-470.63.01.run"
|
||||
MD5SUM_x86_64="24ffc518e708addc9728f7f356f56ef7"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Lenard Spencer"
|
||||
EMAIL="lenardrspencer@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue