summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2022-02-22 22:54:34 -0500
committeracxz2022-02-22 22:54:34 -0500
commit89c5f30a522c928764a87cde0e2ffb9f4332a140 (patch)
treea02b45978e2f6e0e15ed7c86c5efe06b2dd2aa0a
parent96e1f6ec0bede64a1833a8f0e59746e13a8e7c71 (diff)
downloadaur-89c5f30a522c928764a87cde0e2ffb9f4332a140.tar.gz
upgpkg: hipsycl-cpu 0.9.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf72971120bf..5b0fbaa1fff4 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.9.1
+ pkgver = 0.9.2
pkgrel = 1
url = https://github.com/illuhad/hipSYCL
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = hipsycl-cpu
depends = openmp
provides = hipsycl
provides = sycl
- source = hipsycl-cpu-0.9.1::https://github.com/illuhad/hipSYCL/archive/v0.9.1.tar.gz
- sha256sums = 0a1ae3a79c743fd826dd9d666e0b9cec8b66940756d4ab6e4961e93604dff559
+ source = hipsycl-cpu-0.9.2::https://github.com/illuhad/hipSYCL/archive/v0.9.2.tar.gz
+ sha256sums = 086cd259345627cd1205a2fbb96fb1f3d1c4f3a13f9520753a4f4df313445c6d
pkgname = hipsycl-cpu
diff --git a/PKGBUILD b/PKGBUILD
index ced22e5c02a8..af91218f0410 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=hipsycl-cpu
-pkgver=0.9.1
+pkgver=0.9.2
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=('0a1ae3a79c743fd826dd9d666e0b9cec8b66940756d4ab6e4961e93604dff559')
+sha256sums=('086cd259345627cd1205a2fbb96fb1f3d1c4f3a13f9520753a4f4df313445c6d')
_pkgname=hipSYCL