summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorsten Keßler2020-09-23 18:09:10 +0200
committerGitHub2020-09-23 12:09:10 -0400
commita61eb5019da02eccb8887377467cdec50890826d (patch)
tree15fcfa28ede65f40969577fa458ffc419b5331cb /PKGBUILD
parent9e2290819fd8cac27304b0bd26785fd1fed759ac (diff)
downloadaur-a61eb5019da02eccb8887377467cdec50890826d.tar.gz
[comgr] Update to 3.8.0 (#434)
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() {