summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornaetherm2019-07-10 07:30:18 +0200
committernaetherm2019-07-10 07:30:18 +0200
commit089e77e7465ea54f547a17daeca31a43252628c3 (patch)
treee7f5c1494a3813f095ab7016b3314d9b08e777bc
parent1c3bb24fcbb84610e9e057ac7a3188be9703b94c (diff)
downloadaur-089e77e7465ea54f547a17daeca31a43252628c3.tar.gz
Upgraded to 2.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2499d7b0ade5..1350143d0882 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hipcub
pkgdesc = Reusable software components for the rocm developers.
- pkgver = 2.5.0
+ pkgver = 2.6.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.5.0.tar.gz
- sha256sums = 5b0990d202ce191bef312ec6d06868cabae273b48d08b9026c88f879a43583ab
+ source = https://github.com/ROCmSoftwarePlatform/hipCUB/archive/2.6.0.tar.gz
+ sha256sums = 511011ac126b4213557b6faae64fbc2e5a4c6474aef5109cf57115344bf35546
pkgname = hipcub
diff --git a/PKGBUILD b/PKGBUILD
index 1681e6c9bc93..44c93e043c7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Markus Näther <naetherm@informatik.uni-freiburg.de>
pkgname=hipcub
-pkgver=2.5.0
+pkgver=2.6.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.5.0"
+srcver="2.6.0"
source=("https://github.com/ROCmSoftwarePlatform/hipCUB/archive/$srcver.tar.gz")
-sha256sums=("5b0990d202ce191bef312ec6d06868cabae273b48d08b9026c88f879a43583ab")
+sha256sums=("511011ac126b4213557b6faae64fbc2e5a4c6474aef5109cf57115344bf35546")
build() {
mkdir -p "$srcdir/build"