summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorsten Keßler2020-11-01 11:17:26 +0100
committerAkash Patel2020-11-01 13:03:18 +0000
commitb42f69aaf341e788ff6fcfe82936f895fa558761 (patch)
tree67bc96b4c81cfcc956f9d5854e7da691e72f2c7a /PKGBUILD
parenta61eb5019da02eccb8887377467cdec50890826d (diff)
downloadaur-b42f69aaf341e788ff6fcfe82936f895fa558761.tar.gz
[comgr] Update to 3.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74fced297c22..93363c2aa20a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=comgr
pkgdesc='Radeon Open Compute - compiler support'
-pkgver=3.8.0
+pkgver=3.9.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=('62a35480dfabaa98883d91ed0f7c490daa9bbd424af37e07e5d85a6e8030b146')
+sha256sums=('6600e144d72dadb6d893a3388b42af103b9443755ce556f4e9e205ccd8ec0c83')
_dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)"
build() {