nvidia: update to 337.25.
This commit is contained in:
parent
83bf8e9e9a
commit
2a6f2a5fca
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
_desc="NVIDIA drivers for linux"
|
||||
|
||||
pkgname=nvidia
|
||||
version=337.19
|
||||
version=337.25
|
||||
revision=1
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="Propietary NVIDIA license"
|
||||
|
@ -22,11 +22,11 @@ replaces="libGL>=0"
|
|||
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||
_pkg="NVIDIA-Linux-x86-${version}"
|
||||
distfiles="http://us.download.nvidia.com/XFree86/Linux-x86/${version}/NVIDIA-Linux-x86-${version}.run"
|
||||
checksum=f612f1a8a3ddaf867d52930a7292b75b811f56c3c12a0a70e1f6800363c640da
|
||||
checksum=f76ece6bd98bfe2ae641a1847094e98c6f7ad7a01af682b4f38108d6b6227f9b
|
||||
else
|
||||
_pkg="NVIDIA-Linux-x86_64-${version}-no-compat32"
|
||||
distfiles="http://us.download.nvidia.com/XFree86/Linux-x86_64/${version}/NVIDIA-Linux-x86_64-${version}-no-compat32.run"
|
||||
checksum=de631e528b6ab4880e75ab67b93db6c2d028ea2ce3aad2fbbb65f86a6a7b1775
|
||||
checksum=1374b5eaa24022e28b1c41fa11714e27a46f50d18dde0ee3786a81c5592a555e
|
||||
fi
|
||||
|
||||
do_extract() {
|
||||
|
|
Loading…
Reference in a new issue