summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorsten Keßler2021-09-04 18:13:16 +0200
committerTorsten Keßler2021-09-04 18:13:16 +0200
commit71cfa124f88624530ac1df2e4d28d3387d4f8a11 (patch)
tree9c3fc36a4f3a62fe4fc3d3cc25b09e072da4dce2
parent6e6214459d009070be8660364561bde7189c9455 (diff)
downloadaur-71cfa124f88624530ac1df2e4d28d3387d4f8a11.tar.gz
upgpkg: rocm-bandwidth-test 4.3.1-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9247147ca8fe..5620588effb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rocm-bandwidth-test
pkgdesc = Bandwidth test for ROCm
- pkgver = 4.3.0
+ pkgver = 4.3.1
pkgrel = 1
url = https://github.com/RadeonOpenCompute/rocm_bandwidth_test
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = rocm-bandwidth-test
depends = hsa-rocr
options = !staticlibs
options = strip
- source = rocm-bandwidth-test-4.3.0.tar.gz::https://github.com/RadeonOpenCompute/rocm_bandwidth_test/archive/rocm-4.3.0.tar.gz
+ source = rocm-bandwidth-test-4.3.1.tar.gz::https://github.com/RadeonOpenCompute/rocm_bandwidth_test/archive/rocm-4.3.1.tar.gz
source = delete_local_array.patch::https://patch-diff.githubusercontent.com/raw/RadeonOpenCompute/rocm_bandwidth_test/pull/74.patch
- sha256sums = c6eb406cd2836af61dd5987f6b761340a1be20f66a9325f480423d10b9d3ec1b
+ sha256sums = a4804c28586457c231594b4e7689872eaf91972119d892325468f3fe8fdbe5ef
sha256sums = c13fcff87232d443061a9fc9d0aa151d5fad4921ea7fb98e189ace17a345106d
pkgname = rocm-bandwidth-test
diff --git a/PKGBUILD b/PKGBUILD
index e5607a417141..9d70e8e62157 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=rocm-bandwidth-test
-pkgver=4.3.0
+pkgver=4.3.1
pkgrel=1
pkgdesc="Bandwidth test for ROCm"
arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=('cmake')
options=(!staticlibs strip)
source=("$pkgname-$pkgver.tar.gz::https://github.com/RadeonOpenCompute/rocm_bandwidth_test/archive/rocm-$pkgver.tar.gz"
'delete_local_array.patch::https://patch-diff.githubusercontent.com/raw/RadeonOpenCompute/rocm_bandwidth_test/pull/74.patch')
-sha256sums=('c6eb406cd2836af61dd5987f6b761340a1be20f66a9325f480423d10b9d3ec1b'
+sha256sums=('a4804c28586457c231594b4e7689872eaf91972119d892325468f3fe8fdbe5ef'
'c13fcff87232d443061a9fc9d0aa151d5fad4921ea7fb98e189ace17a345106d')
_dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)"