Date: Wednesday, March 14, 2018 @ 05:05:15 Author: svenstaro Revision: 307551
upgpkg: cudnn 7.1.1-1 Modified: cudnn/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-14 05:03:22 UTC (rev 307550) +++ PKGBUILD 2018-03-14 05:05:15 UTC (rev 307551) @@ -4,8 +4,8 @@ # Contributor: Yunhui Fu <[email protected]> pkgname=cudnn -pkgver=7.0.5 -pkgrel=2 +pkgver=7.1.1 +pkgrel=1 pkgdesc="NVIDIA CUDA Deep Neural Network library" arch=('x86_64') url="https://developer.nvidia.com/cuDNN" @@ -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.tgz" +source=("${pkgname}-${pkgver}::https://developer.download.nvidia.com/compute/redist/cudnn/v${pkgver}/cudnn-9.1-linux-x64-v7.1.tgz" "NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf") -sha512sums=('7eadb64a3d5e49aec2761e6f7dc0295c1d356910b114eed450c47081fc81b6e3b7748f3a4153f6a9d957691e3689cd52823bfa12816b1950dfc8794d6f332749' +sha512sums=('7d70895deee1d3da86f365873937919c28d3c1dea90397404fa17faefcdd98ed8c784db884286f53879b4304a661168601cae789062ab8efc01d925e3bf683eb' '38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b') package() {
