summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce075489f4a8..74fced297c22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=comgr
pkgdesc='Radeon Open Compute - compiler support'
-pkgver=3.7.0
+pkgver=3.8.0
pkgrel=1
arch=('x86_64')
url='https://github.com/RadeonOpenCompute/ROCm-CompilerSupport'
@@ -10,7 +10,7 @@ license=('custom:NCSAOSL')
depends=(zlib llvm-amdgpu rocm-device-libs)
makedepends=(cmake rocm-cmake)
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/rocm-$pkgver.tar.gz")
-sha256sums=('73e56ec3c63dade24ad351e9340e2f8e127694028c1fb7cec5035376bf098432')
+sha256sums=('62a35480dfabaa98883d91ed0f7c490daa9bbd424af37e07e5d85a6e8030b146')
_dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)"
build() {