nvidia-stable: update to 340.65.
This commit is contained in:
parent
fcf2190623
commit
301e278104
|
@ -2,6 +2,6 @@
|
|||
case ${ACTION} in
|
||||
post)
|
||||
echo "Regenerating initramfs, please wait..."
|
||||
dracut -f -q
|
||||
dracut -f -q --regenerate-all
|
||||
;;
|
||||
esac
|
|
@ -2,6 +2,6 @@
|
|||
case ${ACTION} in
|
||||
purge)
|
||||
echo "Regenerating initramfs, please wait..."
|
||||
dracut -f -q
|
||||
dracut -f -q --regenerate-all
|
||||
;;
|
||||
esac
|
|
@ -3,7 +3,7 @@
|
|||
_desc="NVIDIA drivers for linux (long-lived series)"
|
||||
|
||||
pkgname=nvidia-stable
|
||||
version=340.58
|
||||
version=340.65
|
||||
revision=1
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="Propietary NVIDIA license"
|
||||
|
@ -24,11 +24,11 @@ replaces="nvidia>=0 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=7cc48ff0681667aad8213a4dd3cf7695cad29a5a23a3110d22566c362c76fb5b
|
||||
checksum=e78511435d7794cac09916b98857d98d0c36607ac4dfde0b05ea4aef26ecd973
|
||||
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=06202c57bd9b41bf6d48e041b8c7db52b4ffd27451886ea0ea217b1f56e5e840
|
||||
checksum=03c2c8d2041d4734d57e831e2b703bbed4a6152d3e25de3fad586035da704b79
|
||||
fi
|
||||
|
||||
do_extract() {
|
||||
|
|
Loading…
Reference in New Issue