mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/nvidia-kernel: Updated for version 346.35.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
199c615019
commit
9588f2fe3f
2 changed files with 9 additions and 29 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for nvidia-kernel
|
||||
|
||||
# Copyright 2007-2011 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 20011-2013 Edward W. Koenig, Vancouver, WA, USA
|
||||
# Copyright 2012-2015 Edward W. Koenig, Vancouver, WA, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,31 +24,11 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Thanks to Robby Workman for suggestions to improve this script.
|
||||
#
|
||||
# ChangeLog
|
||||
# ------------------------------------------------------------------------------
|
||||
# 1.0 20-MAR-2011 New Maintainer: Edward W. Koenig <kingbeowulf@gmail.com>
|
||||
# 1.1 10-APR-2011 updated to new version, testing 13.37rc4.6692
|
||||
# 1.2 27-MAY-2011 new version, blacklist nouveau, fix ups, tested 13.37-stable
|
||||
# 1.5 01-JULY-2011 new version, kill SRCSUFFIX nonsense, use blacklist in /extra
|
||||
# 1.6 30-AUG-2011 version bump, typo clean ups
|
||||
# 1.7 21-OCT-2011 version bump.
|
||||
# 1.7 26-DEC-2011 version bump
|
||||
# 1.8 24-MAR-2012 new version
|
||||
# 1.9 15-JUL-2012 new version - Short Lived Branch
|
||||
# 2.0 25-SEP-2012 new version - Long Lived Branch
|
||||
# 2.2 22-NOV-2012 new version - Long Lived Branch.
|
||||
# 2.3 15-FEB-2013 new version - Long Lived Branch.
|
||||
# 2.4 19-MAY-2013 new version - Long Lived Branch.
|
||||
# 2.6 20-OCT-2013 new version - Long Lived Branch.
|
||||
# 3.0 13-NOV-2013 new version (LLB), new features.
|
||||
# 3.1 12-APR-2014 new version (LLB)
|
||||
# 3.2 12-JUL-2014 new version (LLB), updates and bug fixes.
|
||||
# 3.3 20-NOV-2014 new version (LLB)
|
||||
# 3.4 11-JAN-2015 new version (LLB), monitor detection bug fix
|
||||
|
||||
# see changelog.txt
|
||||
|
||||
PRGNAM=nvidia-kernel
|
||||
VERSION=${VERSION:-340.65}
|
||||
VERSION=${VERSION:-346.35}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="nvidia-kernel"
|
||||
VERSION="340.65"
|
||||
VERSION="346.35"
|
||||
HOMEPAGE="http://www.nvidia.com"
|
||||
DOWNLOAD="ftp://download.nvidia.com/XFree86/Linux-x86/340.65/NVIDIA-Linux-x86-340.65.run"
|
||||
MD5SUM="4aa6039b8543312b41a924bb87b0b2db"
|
||||
DOWNLOAD_x86_64="ftp://download.nvidia.com/XFree86/Linux-x86_64/340.65/NVIDIA-Linux-x86_64-340.65.run"
|
||||
MD5SUM_x86_64="eff73ec116ce451d76ba2a7a343f89b9"
|
||||
DOWNLOAD="ftp://download.nvidia.com/XFree86/Linux-x86/346.35/NVIDIA-Linux-x86-346.35.run"
|
||||
MD5SUM="d2b8f7f90ef5037f03f94519f9809511"
|
||||
DOWNLOAD_x86_64="ftp://download.nvidia.com/XFree86/Linux-x86_64/346.35/NVIDIA-Linux-x86_64-346.35.run"
|
||||
MD5SUM_x86_64="f225dd17a6b325ba6aa98c6035c62d78"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Edward W. Koenig"
|
||||
EMAIL="kingbeowulf@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue