system/nvidia-kernel: Updated for version 195.36.15.

This commit is contained in:
Heinz Wiesinger 2010-04-07 23:41:33 -05:00 committed by Robby Workman
parent 0648c6bddd
commit 44901a95d0
2 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for nvidia-kernel
# Copyright 2007-2009 Heinz Wiesinger, Amsterdam, The Netherlands
# Copyright 2007-2010 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,7 +27,7 @@
KERNEL=${KERNEL:-$(uname -r)}
KERNELPATH=${KERNELPATH:-/lib/modules/${KERNEL}/build}
VERSION=190.42
VERSION=195.36.15
PRGNAM=nvidia-kernel
PKGVER=${VERSION}_$(echo $KERNEL | tr - _)

View file

@ -1,10 +1,10 @@
PRGNAM="nvidia-kernel"
VERSION="190.42"
VERSION="195.36.15"
HOMEPAGE="http://www.nvidia.com"
DOWNLOAD="ftp://download.nvidia.com/XFree86/Linux-x86/190.42/NVIDIA-Linux-x86-190.42-pkg0.run"
MD5SUM="f94806feee87de756d14fe3e9bcaf05a"
DOWNLOAD_x86_64="ftp://download.nvidia.com/XFree86/Linux-x86_64/190.42/NVIDIA-Linux-x86_64-190.42-pkg0.run"
MD5SUM_x86_64="ae431ff849ec01446e6724f9fcfe3bb4"
DOWNLOAD="ftp://download.nvidia.com/XFree86/Linux-x86/195.36.15/NVIDIA-Linux-x86-195.36.15-pkg0.run"
MD5SUM="b09b45113585524b08b3b2acfdf4a290"
DOWNLOAD_x86_64="ftp://download.nvidia.com/XFree86/Linux-x86_64/195.36.15/NVIDIA-Linux-x86_64-195.36.15-pkg0.run"
MD5SUM_x86_64="82ff23e6d02b9f208c618ec17c60ca29"
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
APPROVED="rworkman"