Date: Monday, June 4, 2018 @ 09:18:03 Author: svenstaro Revision: 340242
upgpkg: cudnn 7.1.4-1 Modified: cudnn/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-04 08:58:39 UTC (rev 340241) +++ PKGBUILD 2018-06-04 09:18:03 UTC (rev 340242) @@ -4,7 +4,7 @@ # Contributor: Yunhui Fu <[email protected]> pkgname=cudnn -pkgver=7.1.3 +pkgver=7.1.4 pkgrel=1 pkgdesc="NVIDIA CUDA Deep Neural Network library" arch=('x86_64') @@ -13,9 +13,9 @@ depends=('cuda') # To figure out these URLs, check out the Dockerfiles at # https://gitlab.com/nvidia/cuda/tree/centos7 for the appropriate cuda version. -source=("${pkgname}-${pkgver}::https://developer.download.nvidia.com/compute/redist/cudnn/v${pkgver}/cudnn-9.1-linux-x64-v7.1.tgz" +source=("${pkgname}-${pkgver}::https://developer.download.nvidia.com/compute/redist/cudnn/v${pkgver}/cudnn-9.2-linux-x64-v7.1.tgz" "NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf") -sha512sums=('e2f03b416019a230f0ba98362e17e9021d6cecbd49e86ceced59ab82b7e70e44e65ed9e51358ee0c6c06d6878169a34ff5aa7c43896ca430ccd1324391d8c56d' +sha512sums=('2f67c905976eb041512eb012a7cc98e1f408ec867f6a1d9d440afbcddc622c03c40de10386e44e4ab138c1a4ad040d39b0e9243f68e22975ca27ec297be25c5d' '38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b') package() {
