mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/nvidia-legacy96-kernel: Updated for version 96.43.16.
This commit is contained in:
parent
3be5d4f283
commit
ed633b8165
3 changed files with 10 additions and 9 deletions
|
@ -1,2 +1,3 @@
|
|||
|
||||
chroot . /sbin/depmod -ae @KERNEL@
|
||||
chroot . /sbin/depmod -a @KERNEL@ 2>/dev/null
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for nvidia-legacy96-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=96.43.14
|
||||
VERSION=96.43.16
|
||||
PRGNAM=nvidia-legacy96-kernel
|
||||
PKGVER=${VERSION}_$(echo $KERNEL | tr - _)
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="nvidia-legacy96-kernel"
|
||||
VERSION="96.43.14"
|
||||
VERSION="96.43.16"
|
||||
HOMEPAGE="http://www.nvidia.com"
|
||||
DOWNLOAD="ftp://download.nvidia.com/XFree86/Linux-x86/96.43.14/NVIDIA-Linux-x86-96.43.14-pkg0.run"
|
||||
DOWNLOAD_x86_64="ftp://download.nvidia.com/XFree86/Linux-x86_64/96.43.14/NVIDIA-Linux-x86_64-96.43.14-pkg0.run"
|
||||
MD5SUM="4c1524c5f88e684bb1045ca759c11526"
|
||||
MD5SUM_x86_64="6924d94b07163d7d71b44f53471dfb83"
|
||||
DOWNLOAD="ftp://download.nvidia.com/XFree86/Linux-x86/96.43.16/NVIDIA-Linux-x86-96.43.16-pkg0.run"
|
||||
MD5SUM="7479b25c747e29af95b9ccf06f43fbf9"
|
||||
DOWNLOAD_x86_64="ftp://download.nvidia.com/XFree86/Linux-x86_64/96.43.16/NVIDIA-Linux-x86_64-96.43.16-pkg0.run"
|
||||
MD5SUM_x86_64="73e226d4ee0996b6df4bdf44cc1fc6f5"
|
||||
MAINTAINER="Heinz Wiesinger"
|
||||
EMAIL="pprkut@liwjatan.at"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue