diff options
Diffstat (limited to 'system/nvidia-kernel/nvidia-kernel.SlackBuild')
-rw-r--r-- | system/nvidia-kernel/nvidia-kernel.SlackBuild | 28 |
1 files changed, 4 insertions, 24 deletions
diff --git a/system/nvidia-kernel/nvidia-kernel.SlackBuild b/system/nvidia-kernel/nvidia-kernel.SlackBuild index ea2bd8bfac..c2d3d8d2cc 100644 --- a/system/nvidia-kernel/nvidia-kernel.SlackBuild +++ b/system/nvidia-kernel/nvidia-kernel.SlackBuild @@ -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} |