summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorsten Keßler2022-02-27 12:54:21 +0100
committerTorsten Keßler2022-02-27 12:54:21 +0100
commitddc55e66600f0fdaa938fcff3cccf0cd25f719f2 (patch)
tree7f052ba8241cf5e7fcfd94076a9c1b48376fa142 /PKGBUILD
parentef0885fecd0e82d3925c36600e2a7f85b2addc9a (diff)
downloadaur-ddc55e66600f0fdaa938fcff3cccf0cd25f719f2.tar.gz
upgpkg: atmi 5.0.1-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 040a57540a95..f51c92c5c775 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Torsten Keßler <t dot kessler at posteo dot de>
# Contributor: acxz <akashpatel2008 at yahoo dot com>
pkgname=atmi
-pkgver=5.0.0
+pkgver=5.0.1
pkgrel=1
pkgdesc='Task graph framework for heterogeneous CPU-GPU systems.'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('hsa-rocr' 'comgr')
makedepends=('cmake' 'rsync')
source=("$pkgname-$pkgver.tar.gz::https://github.com/RadeonOpenCompute/atmi/archive/rocm-$pkgver.tar.gz")
-sha256sums=('208c1773170722b60b74357e264e698df5871e9d9d490d64011e6ea76750d9cf')
+sha256sums=('7691b1358f1278d40f1414fda33bec43d7f1c00a8e7ff76ae36271bc4242ffaf')
_dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)"
build() {