summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2022-04-04 03:11:47 +1000
committerGitHub2022-04-03 19:11:47 +0200
commita6e337e243693a17cd8b20ad645339e4ed9e724b (patch)
tree96f7ff976b069d04f16bf1c8d219d8dde11eedb7 /PKGBUILD
parenta9c897ed9ae63760d7528ef7370efb2b077f1c97 (diff)
downloadaur-a6e337e243693a17cd8b20ad645339e4ed9e724b.tar.gz
upgpkg: atmi 5.1.0-1 (#713)
Signed-off-by: JP-Ellis <josh@jpellis.me>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index adcbe7f0dded..f7ed0190f504 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.2
+pkgver=5.1.0
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=('3aea040f5a246539ab118f2183cf3e802a21e0e6215a53025eda77f382341747')
+sha256sums=('6a758f5a8332e6774cd8e14a4e5ce05e43b1e05298d817b4068c35fa1793d333')
_dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)"
build() {