summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2020-07-24 21:38:20 +0800
committerJingbei Li2020-07-24 21:38:20 +0800
commitb3adaf6b5a2bded51a3708f7bfffa01fe1bc7860 (patch)
tree1e30eb34b7ed54488a7e52f08a9021246f8299fc
parentd66b3c89fe81867c58a27d88394247846484ed57 (diff)
downloadaur-b3adaf6b5a2bded51a3708f7bfffa01fe1bc7860.tar.gz
upgraded to 1.9.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9656798b9d8d..117219a96ce7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = cub
pkgdesc = A flexible library of cooperative threadblock primitives and other utilities for CUDA kernel programming.
- pkgver = 1.8.0
- pkgrel = 2
+ pkgver = 1.9.10
+ pkgrel = 1
url = http://nvlabs.github.com/cub/
arch = any
license = custom
optdepends = cuda
- source = https://github.com/NVlabs/cub/archive/1.8.0.zip
+ source = https://github.com/NVlabs/cub/archive/1.9.10.zip
source = cub.pc
- sha256sums = 6bfa06ab52a650ae7ee6963143a0bbc667d6504822cbd9670369b598f18c58c3
+ sha256sums = 063fea7c9bf87677a5fc5889e3fcd51582b77a2b3af9fa599d846a9c98ce9407
sha256sums = 93707c5fd3a2f93e825fc9cde8133fc525c7e5d6f22bbb006f494de74930bf87
pkgname = cub
diff --git a/PKGBUILD b/PKGBUILD
index c3ead6fb8eb2..27ccc95f3424 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jingbei Li <i@jingbei.li>
# Contributor: Benjamin Chretien <chretien at lirmm dot fr>
pkgname=cub
-pkgver=1.8.0
-pkgrel=2
+pkgver=1.9.10
+pkgrel=1
pkgdesc="A flexible library of cooperative threadblock primitives and other utilities for CUDA kernel programming."
arch=('any')
url='http://nvlabs.github.com/cub/'
@@ -10,7 +10,7 @@ license=('custom')
optdepends=('cuda')
source=("https://github.com/NVlabs/cub/archive/${pkgver}.zip"
"cub.pc")
-sha256sums=('6bfa06ab52a650ae7ee6963143a0bbc667d6504822cbd9670369b598f18c58c3'
+sha256sums=('063fea7c9bf87677a5fc5889e3fcd51582b77a2b3af9fa599d846a9c98ce9407'
'93707c5fd3a2f93e825fc9cde8133fc525c7e5d6f22bbb006f494de74930bf87')
package() {