system/nvidia-legacy173-kernel: Updated for version 173.14.25.

This commit is contained in:
Heinz Wiesinger 2010-04-07 23:45:25 -05:00 committed by Robby Workman
parent eb5c77cca1
commit ca20cc8535
3 changed files with 10 additions and 9 deletions

View File

@ -1,2 +1,3 @@
chroot . /sbin/depmod -ae @KERNEL@
chroot . /sbin/depmod -a @KERNEL@ 2>/dev/null

View File

@ -2,7 +2,7 @@
# Slackware build script for nvidia-legacy173-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=173.14.22
VERSION=173.14.25
PRGNAM=nvidia-legacy173-kernel
PKGVER=${VERSION}_$(echo $KERNEL | tr - _)

View File

@ -1,10 +1,10 @@
PRGNAM="nvidia-legacy173-kernel"
VERSION="173.14.22"
VERSION="173.14.25"
HOMEPAGE="http://www.nvidia.com"
DOWNLOAD="ftp://download.nvidia.com/XFree86/Linux-x86/173.14.22/NVIDIA-Linux-x86-173.14.22-pkg0.run"
DOWNLOAD_x86_64="ftp://download.nvidia.com/XFree86/Linux-x86_64/173.14.22/NVIDIA-Linux-x86_64-173.14.22-pkg0.run"
MD5SUM="6bbf9a164cd3f8b84774c6bdca758a14"
MD5SUM_x86_64="148d68a518348330fd8047266552776c"
DOWNLOAD="ftp://download.nvidia.com/XFree86/Linux-x86/173.14.25/NVIDIA-Linux-x86-173.14.25-pkg0.run"
MD5SUM="397bac51f760505ea57e863c1db9c572"
DOWNLOAD_x86_64="ftp://download.nvidia.com/XFree86/Linux-x86_64/173.14.25/NVIDIA-Linux-x86_64-173.14.25-pkg0.run"
MD5SUM_x86_64="a61b6c1627984f93af73eb446a8beb5e"
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
APPROVED="Erik Hanson"
APPROVED="rworkman"