summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorsten Keßler2022-04-09 12:05:56 +0200
committerTorsten Keßler2022-04-09 12:05:56 +0200
commitcdd57a65e0ce6a3d6950b11bec1bf0f650774fa7 (patch)
tree03ea2deaa1123cfd45819bec5d6aedb3e25ed3ed /PKGBUILD
parent99794ffa2b32a3ad4b81fe9b00f1c945ec4365b3 (diff)
downloadaur-cdd57a65e0ce6a3d6950b11bec1bf0f650774fa7.tar.gz
upgpkg: hsakmt-roct 5.1.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 c976bdf49c18..b8ca8f65bb70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Ranieri Althoff <ranisalt+aur at gmail.com>
pkgname=hsakmt-roct
-pkgver=5.1.0
+pkgver=5.1.1
pkgrel=1
pkgdesc='Radeon Open Compute Thunk Interface'
arch=('x86_64')
@@ -17,7 +17,7 @@ provides=("roct-thunk-interface=$pkgver")
replaces=('roct-thunk-interface')
_git='https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface'
source=("${pkgname}-${pkgver}.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('032717e80b1aefed59f11399e575564ee86ee7c125e889f7c79c2afdfab1eb93')
+sha256sums=('964bbedc174fe942a598ab315848de77bcd6cdcf6011fdd39bab91d2dd3ac402')
options=(!lto)
_dirname="$(basename "$_git")-$(basename "${source[0]}" .tar.gz)"