diff options
author | sibel <lesibel@free.fr> | 2011-04-02 15:26:05 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-04-02 15:26:05 +0200 |
commit | 524faf95e5be58f3775188dfb4b03617127c9939 (patch) | |
tree | ee2ef280028c3e6085dc0babbd6a338ef2169714 | |
parent | 3e03f72d37fc8a30ed41e95550b7a425dfe59f90 (diff) | |
download | nutyx-extra-524faf95e5be58f3775188dfb4b03617127c9939.tar.gz nutyx-extra-524faf95e5be58f3775188dfb4b03617127c9939.tar.bz2 nutyx-extra-524faf95e5be58f3775188dfb4b03617127c9939.tar.xz nutyx-extra-524faf95e5be58f3775188dfb4b03617127c9939.zip |
nvidia, maj 270.30-1
-rw-r--r-- | base/nvidia/.md5sum.x86_64 | 2 | ||||
-rwxr-xr-x | base/nvidia/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/base/nvidia/.md5sum.x86_64 b/base/nvidia/.md5sum.x86_64 index 8b171229c..ab0b5de42 100644 --- a/base/nvidia/.md5sum.x86_64 +++ b/base/nvidia/.md5sum.x86_64 @@ -1 +1 @@ -88376a73c8ba487526a6f62ac82c7c75 NVIDIA-Linux-x86_64-260.19.36.run +944741d132c16e69f1123d525ec49854 NVIDIA-Linux-x86_64-270.30.run diff --git a/base/nvidia/Pkgfile b/base/nvidia/Pkgfile index 458d330cf..3c6d1fbe3 100755 --- a/base/nvidia/Pkgfile +++ b/base/nvidia/Pkgfile @@ -4,11 +4,11 @@ # Packager: thierryn1 at hispeed dot ch name=nvidia -version=260.19.36 +version=270.30 release=1 [ "`uname -m`" == "i686" ] && _ARCH=x86 [ "`uname -m`" == "x86_64" ] && _ARCH=x86_64 -source=(http://us.download.nvidia.com/XFree86/Linux-${_ARCH}/$version/NVIDIA-Linux-${_ARCH}-$version.run) +source=(ftp://download.nvidia.com/XFree86/Linux-${_ARCH}/$version/NVIDIA-Linux-${_ARCH}-$version.run) build() { sh NVIDIA-Linux-${_ARCH}-$version.run --extract-only |