summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d27c881f7175..117219a96ce7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = cub
pkgdesc = A flexible library of cooperative threadblock primitives and other utilities for CUDA kernel programming.
- pkgver = 1.8.0
+ 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 = 5003a9ee6d7dfa32bbdfbd67d2a7cfcc6c1ca54630c85012ec0b18b519d80230
+ sha256sums = 063fea7c9bf87677a5fc5889e3fcd51582b77a2b3af9fa599d846a9c98ce9407
+ sha256sums = 93707c5fd3a2f93e825fc9cde8133fc525c7e5d6f22bbb006f494de74930bf87
pkgname = cub
diff --git a/PKGBUILD b/PKGBUILD
index cda9241d90e3..27ccc95f3424 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jingbei Li <i@jingbei.li>
# Contributor: Benjamin Chretien <chretien at lirmm dot fr>
pkgname=cub
-pkgver=1.8.0
+pkgver=1.9.10
pkgrel=1
pkgdesc="A flexible library of cooperative threadblock primitives and other utilities for CUDA kernel programming."
arch=('any')
@@ -10,8 +10,8 @@ license=('custom')
optdepends=('cuda')
source=("https://github.com/NVlabs/cub/archive/${pkgver}.zip"
"cub.pc")
-sha256sums=('6bfa06ab52a650ae7ee6963143a0bbc667d6504822cbd9670369b598f18c58c3'
- '5003a9ee6d7dfa32bbdfbd67d2a7cfcc6c1ca54630c85012ec0b18b519d80230')
+sha256sums=('063fea7c9bf87677a5fc5889e3fcd51582b77a2b3af9fa599d846a9c98ce9407'
+ '93707c5fd3a2f93e825fc9cde8133fc525c7e5d6f22bbb006f494de74930bf87')
package() {
cd "${srcdir}/cub-${pkgver}"