summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 719ebf761758..fc32eb5d2ebc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rocm-clang-ocl
pkgdesc = OpenCL compilation with clang compiler.
- pkgver = 5.1.0
+ pkgver = 5.1.1
pkgrel = 1
url = https://github.com/RadeonOpenCompute/clang-ocl
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = rocm-clang-ocl
makedepends = rocm-cmake
depends = rocm-llvm
depends = rocm-opencl-runtime
- source = rocm-clang-ocl-5.1.0.tar.gz::https://github.com/RadeonOpenCompute/clang-ocl/archive/rocm-5.1.0.tar.gz
- sha256sums = 38d9e2e98cff1a262fdd45c3239fd76a9f6ad5eff38a31aa19c3bb0faea53375
+ source = rocm-clang-ocl-5.1.1.tar.gz::https://github.com/RadeonOpenCompute/clang-ocl/archive/rocm-5.1.1.tar.gz
+ sha256sums = 07daffaa9865f5e26eae76feef81ab2ee663b9bce8a4f69950c2a56fe4410446
pkgname = rocm-clang-ocl
diff --git a/PKGBUILD b/PKGBUILD
index a4f73cfb6402..8c9e7a9ca845 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.1.0
+pkgver=5.1.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=('38d9e2e98cff1a262fdd45c3239fd76a9f6ad5eff38a31aa19c3bb0faea53375')
+sha256sums=('07daffaa9865f5e26eae76feef81ab2ee663b9bce8a4f69950c2a56fe4410446')
_dirname="$(basename "$url")-$(basename ${source[0]} .tar.gz)"
build() {