summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornaetherm2020-01-09 20:59:42 +0100
committernaetherm2020-01-09 20:59:42 +0100
commit39636e85c9b7cdbcb9205bfb60cc18d1a8188542 (patch)
treeaa5a9b42adf5e604266f091b7848117e2d8c60ab
parent089e77e7465ea54f547a17daeca31a43252628c3 (diff)
downloadaur-39636e85c9b7cdbcb9205bfb60cc18d1a8188542.tar.gz
Updated to version 3.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1350143d0882..340ee29e4fb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hipcub
pkgdesc = Reusable software components for the rocm developers.
- pkgver = 2.6.0
+ pkgver = 3.0.0
pkgrel = 1
url = https://github.com/ROCmSoftwarePlatform/hipCUB
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = hipcub
makedepends = rocminfo
depends = hcc
depends = hip
- source = https://github.com/ROCmSoftwarePlatform/hipCUB/archive/2.6.0.tar.gz
- sha256sums = 511011ac126b4213557b6faae64fbc2e5a4c6474aef5109cf57115344bf35546
+ source = https://github.com/ROCmSoftwarePlatform/hipCUB/archive/3.0.0.tar.gz
+ sha256sums = ee545d012e3af4c51f1a125bbe3b44f5eb4fd8a3c3a133edea19a8424e5b9d98
pkgname = hipcub
diff --git a/PKGBUILD b/PKGBUILD
index 44c93e043c7a..08e7331ad3b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Markus Näther <naetherm@informatik.uni-freiburg.de>
pkgname=hipcub
-pkgver=2.6.0
+pkgver=3.0.0
pkgrel=1
pkgdesc="Reusable software components for the rocm developers."
arch=('x86_64')
@@ -8,9 +8,9 @@ url="https://github.com/ROCmSoftwarePlatform/hipCUB"
license=('NCSAOSL')
depends=(hcc hip)
makedepends=(git cmake gcc ninja hcc python2 rocminfo)
-srcver="2.6.0"
+srcver="3.0.0"
source=("https://github.com/ROCmSoftwarePlatform/hipCUB/archive/$srcver.tar.gz")
-sha256sums=("511011ac126b4213557b6faae64fbc2e5a4c6474aef5109cf57115344bf35546")
+sha256sums=("ee545d012e3af4c51f1a125bbe3b44f5eb4fd8a3c3a133edea19a8424e5b9d98")
build() {
mkdir -p "$srcdir/build"