summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorneeshy2020-02-27 22:23:00 -0500
committerneeshy2020-03-07 14:29:30 -0500
commit779b8f447078ebff01f69e9c25ff5b760890ec9b (patch)
treeea00f510e18c6f68561b7cbfcebb0176f61976b2 /PKGBUILD
parent3cc14ccb673747b0f88971092b1ab8428b032535 (diff)
downloadaur-779b8f447078ebff01f69e9c25ff5b760890ec9b.tar.gz
Bump relevant packages
Even if they may not build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d17b888c22d..659d85280f3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Submitter: Chris Kitching
# Maintainer: Jakub OkoĊ„ski <jakub@okonski.org>
pkgname=hip
-pkgver=2.5.0
+pkgver=3.1.0
pkgrel=1
pkgdesc="Heterogeneous Interface for Portability ROCm"
arch=('x86_64')
url="https://github.com/ROCm-Developer-Tools/HIP"
makedepends=('hcc>=2.5.0' 'git' 'cmake' 'python2')
source=("https://github.com/ROCm-Developer-Tools/HIP/archive/roc-$pkgver.tar.gz")
-sha256sums=('604aaa200ea72e7d02ec0371ea4a7e29ca31d6a49a9075c6c6cf0aa8ef04c2bd')
+sha256sums=('3e7b7ef508f4c0d34756104936bc25eaffe419415013c93da72244aac199ae91')
build() {
mkdir -p "$srcdir/build"