summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorsten Keßler2021-08-04 10:56:47 +0200
committerTorsten Keßler2021-08-04 10:56:47 +0200
commitd9d353ffc62cbd5789faeace373f422da93f0f6a (patch)
tree81257a36b9d7e7525bf4cc09889ff376c0fcc48e /PKGBUILD
parentbdb23a2711d4a664daa1881517ca6395e86875d7 (diff)
downloadaur-d9d353ffc62cbd5789faeace373f422da93f0f6a.tar.gz
upgpkg: comgr 4.3.0-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 8897c3340efc..48298abcfa97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=comgr
pkgdesc='Radeon Open Compute - compiler support'
-pkgver=4.2.0
+pkgver=4.3.0
pkgrel=1
arch=('x86_64')
url='https://github.com/RadeonOpenCompute/ROCm-CompilerSupport'
@@ -11,7 +11,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=('40a1ea50d2aea0cf75c4d17cdd6a7fe44ae999bf0147d24a756ca4675ce24e36')
+sha256sums=('f77b505abb474078374701dfc49e651ad3eeec5349ce6edda54549943a3775ee')
_dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)"
build() {