summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bd9858bb950..98a3799af1f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-cupy
pkgdesc = NumPy-like API accelerated with CUDA
- pkgver = 9.5.0
+ pkgver = 9.6.0
pkgrel = 1
url = https://cupy.dev
arch = x86_64
@@ -14,10 +14,10 @@ pkgbase = python-cupy
depends = python-numpy
depends = python-fastrlock
optdepends = libcutensor
- source = https://github.com/cupy/cupy/archive/v9.5.0.tar.gz
+ source = https://github.com/cupy/cupy/archive/v9.6.0.tar.gz
source = https://github.com/NVIDIA/cub/archive/1.8.0.tar.gz
source = https://github.com/NVIDIA/jitify/archive/60e9e7231fe7529ecfc76fa97b9c02b3033f4157.zip
- md5sums = 292e24a5b7cb721aea1e00f724993909
+ md5sums = 2f252190f770b5bf86c162a2cf7312e7
md5sums = 9203ea2499b56782601fddf8a12e9b08
md5sums = 73cf45dcb46f20e27d16b23243fe9efe
diff --git a/PKGBUILD b/PKGBUILD
index 7b9441c1a39d..8ddd1f71ac66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leo Mao <leomaoyw at gmail dot com>
pkgname=python-cupy
_pkgname=cupy
-pkgver=9.5.0
+pkgver=9.6.0
_cubver=1.8.0
_jitify_commit=60e9e7231fe7529ecfc76fa97b9c02b3033f4157
pkgrel=1
@@ -16,7 +16,7 @@ optdepends=('libcutensor')
source=("https://github.com/cupy/cupy/archive/v$pkgver.tar.gz"
"https://github.com/NVIDIA/cub/archive/$_cubver.tar.gz"
"https://github.com/NVIDIA/jitify/archive/$_jitify_commit.zip")
-md5sums=('292e24a5b7cb721aea1e00f724993909'
+md5sums=('2f252190f770b5bf86c162a2cf7312e7'
'9203ea2499b56782601fddf8a12e9b08'
'73cf45dcb46f20e27d16b23243fe9efe')