summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorsten Keßler2022-02-27 18:16:03 +0100
committerTorsten Keßler2022-02-27 18:16:03 +0100
commit42a270452c3e1e91ebd721d7a9b4dada6adcbfc4 (patch)
treef8a130a829faae2f07cbac1a378a98cf596147e2 /PKGBUILD
parenta36a364bff9bf5c00d13683e0ab2f095382dae88 (diff)
downloadaur-42a270452c3e1e91ebd721d7a9b4dada6adcbfc4.tar.gz
upgpkg: rocm-clang-ocl 5.0.1-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9932ba85db5c..d8e2647e16bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: acxz <akashpatel2008 at yahoo dot com>
# Contributor: Lucas Magalhães <whoisroot@national.shitposting.agency>
pkgname=rocm-clang-ocl
-pkgver=5.0.0
+pkgver=5.0.1
pkgrel=1
pkgdesc="OpenCL compilation with clang compiler."
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('unknown')
depends=('rocm-llvm' 'rocm-opencl-runtime')
makedepends=('cmake' 'rocm-cmake')
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/rocm-$pkgver.tar.gz")
-sha256sums=('0dff230754b790a417eb3d6be6f50c3727f944e0157686100354eba1e47d30f3')
+sha256sums=('36f7b2612eab55769956946a5501e5f1fb0ebd4bc1e4bd528ba2178033022fd5')
_dirname="$(basename "$url")-$(basename ${source[0]} .tar.gz)"
build() {