summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79b10f2188fc..cf72971120bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hipsycl-cpu
pkgdesc = Implementation of SYCL 1.2.1 over AMD HIP/NVIDIA CUDA
- pkgver = 0.8.0
+ pkgver = 0.9.1
pkgrel = 1
url = https://github.com/illuhad/hipSYCL
arch = x86_64
@@ -14,8 +14,7 @@ pkgbase = hipsycl-cpu
depends = openmp
provides = hipsycl
provides = sycl
- source = hipsycl-cpu-0.8.0::https://github.com/illuhad/hipSYCL/archive/v0.8.0.tar.gz
- sha256sums = 4ec5218103d1b38efae9a51ca752b9b44bbd02dada78c05e20e00c9c25e9ea19
+ source = hipsycl-cpu-0.9.1::https://github.com/illuhad/hipSYCL/archive/v0.9.1.tar.gz
+ sha256sums = 0a1ae3a79c743fd826dd9d666e0b9cec8b66940756d4ab6e4961e93604dff559
pkgname = hipsycl-cpu
-
diff --git a/PKGBUILD b/PKGBUILD
index 32f0b6ce6ef6..ced22e5c02a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=hipsycl-cpu
-pkgver=0.8.0
+pkgver=0.9.1
pkgrel=1
pkgdesc="Implementation of SYCL 1.2.1 over AMD HIP/NVIDIA CUDA"
arch=("x86_64")
@@ -11,7 +11,7 @@ provides=(hipsycl sycl)
makedepends=(cmake)
depends=(llvm clang python boost hipcpu openmp)
source=("$pkgname-$pkgver::https://github.com/illuhad/hipSYCL/archive/v$pkgver.tar.gz")
-sha256sums=('4ec5218103d1b38efae9a51ca752b9b44bbd02dada78c05e20e00c9c25e9ea19')
+sha256sums=('0a1ae3a79c743fd826dd9d666e0b9cec8b66940756d4ab6e4961e93604dff559')
_pkgname=hipSYCL