nvidia304: update to 304.123.
This commit is contained in:
parent
3fed64fa93
commit
5881089677
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
_desc="NVIDIA drivers for linux (304.xx series)"
|
||||
|
||||
pkgname=nvidia304
|
||||
version=304.121
|
||||
version=304.123
|
||||
revision=1
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="Propietary NVIDIA license"
|
||||
|
@ -20,11 +20,11 @@ conflicts="catalyst>=0"
|
|||
if [ "${XBPS_TARGET_MACHINE}" = "i686" ]; then
|
||||
_pkg="NVIDIA-Linux-x86-${version}"
|
||||
distfiles="http://us.download.nvidia.com/XFree86/Linux-x86/${version}/${_pkg}.run"
|
||||
checksum=25ee2e45bd1f728b9de30a88575dadea210549d812944fff2026cf192ea4c52d
|
||||
checksum=d5034900173cb7195f52bd6add5bf574dfcd8868bd75c0e1793592c03b97f425
|
||||
else
|
||||
_pkg="NVIDIA-Linux-x86_64-${version}-no-compat32"
|
||||
distfiles="http://us.download.nvidia.com/XFree86/Linux-x86_64/${version}/${_pkg}.run"
|
||||
checksum=3f2ee626e9c62a2fdde7592c15c27987b753a980f1f4b1f66afb88390dfef1b5
|
||||
checksum=7a109189199ab0968f51e9df8833aa00d774134a144e6e6381063c74ee23bc6f
|
||||
fi
|
||||
|
||||
do_extract() {
|
||||
|
|
Loading…
Reference in a new issue