summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-09-21 18:15:19 -0400
committeracxz2020-09-21 18:15:19 -0400
commit188ea32f35d9f951166cc01753cb4309c0d56cbb (patch)
treeb529f9965fc10ac353f13d99aa758c01af0edef2
parent32545dbc0c2679773b501fbea0a7a3fac640f7af (diff)
downloadaur-188ea32f35d9f951166cc01753cb4309c0d56cbb.tar.gz
[rocm-cmake] updpkg 3.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76927cd1ce7a..183780f7bfb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = rocm-cmake
pkgdesc = CMake modules for common build tasks needed for the ROCm software stack
- pkgver = 3.7.0
+ pkgver = 3.8.0
pkgrel = 1
url = https://github.com/RadeonOpenCompute/rocm-cmake
arch = x86_64
license = MIT
makedepends = cmake
- source = rocm-cmake-3.7.0.tar.gz::https://github.com/RadeonOpenCompute/rocm-cmake/archive/rocm-3.7.0.tar.gz
- sha256sums = 51abfb06124c2e0677c4d6f7fe83c22fe855cb21386f0053ace09f8ab297058b
+ source = rocm-cmake-3.8.0.tar.gz::https://github.com/RadeonOpenCompute/rocm-cmake/archive/rocm-3.8.0.tar.gz
+ sha256sums = 9e4be93c76631224eb49b2fa30b0d14c1b3311a6519c8b393da96ac0649d9f30
pkgname = rocm-cmake
diff --git a/PKGBUILD b/PKGBUILD
index 3ca5cf77b12a..a0a2bbb90b0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Ranieri Althoff <ranisalt+aur at gmail.com>
pkgname=rocm-cmake
-pkgver=3.7.0
+pkgver=3.8.0
pkgrel=1
pkgdesc='CMake modules for common build tasks needed for the ROCm software stack'
arch=('x86_64')
@@ -11,7 +11,7 @@ url='https://github.com/RadeonOpenCompute/rocm-cmake'
license=('MIT')
makedepends=('cmake')
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/rocm-$pkgver.tar.gz")
-sha256sums=('51abfb06124c2e0677c4d6f7fe83c22fe855cb21386f0053ace09f8ab297058b')
+sha256sums=('9e4be93c76631224eb49b2fa30b0d14c1b3311a6519c8b393da96ac0649d9f30')
_dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)"
build() {