mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 20:57:16 +08:00
bump nvidia to 256.44
This commit is contained in:
parent
3a62573d7c
commit
197f68965e
@ -8,7 +8,7 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=nvidia-utils
|
||||
pkgver=256.38.02
|
||||
pkgver=256.44
|
||||
pkgrel=1
|
||||
pkgdesc="NVIDIA drivers utilities and libraries."
|
||||
arch=('i686' 'x86_64')
|
||||
@ -24,9 +24,9 @@ install=nvidia.install
|
||||
source=("ftp://download.nvidia.com/XFree86/Linux-${ARCH}/${pkgver}/${_srcname}.run"
|
||||
"20-nvidia.conf")
|
||||
|
||||
md5sums=('73ab00aa48dea41a3a51c6a045b443cb'
|
||||
md5sums=('cb61b75a305e78291db313dae39c625b'
|
||||
'1b758609e48d4c02099a5dd1000e655f')
|
||||
[ "$CARCH" = "x86_64" ] && md5sums=('84574bd14f273af046c373b2967677b4'
|
||||
[ "$CARCH" = "x86_64" ] && md5sums=('19fdd60520df7f50ae7dbb24e473872b'
|
||||
'1b758609e48d4c02099a5dd1000e655f')
|
||||
|
||||
build() {
|
||||
|
@ -8,7 +8,7 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=nvidia
|
||||
pkgver=256.38.02
|
||||
pkgver=256.44
|
||||
pkgrel=1
|
||||
pkgdesc="NVIDIA drivers for kernel26."
|
||||
arch=('i686' 'x86_64')
|
||||
@ -28,8 +28,8 @@ license=('custom')
|
||||
install=nvidia.install
|
||||
source=("ftp://download.nvidia.com/XFree86/Linux-$ARCH/${pkgver}/${_srcname}.run")
|
||||
|
||||
md5sums=('73ab00aa48dea41a3a51c6a045b443cb')
|
||||
[ "$CARCH" = "x86_64" ] && md5sums=('84574bd14f273af046c373b2967677b4')
|
||||
md5sums=('cb61b75a305e78291db313dae39c625b')
|
||||
[ "$CARCH" = "x86_64" ] && md5sums=('19fdd60520df7f50ae7dbb24e473872b')
|
||||
|
||||
|
||||
build()
|
||||
|
Loading…
Reference in New Issue
Block a user