summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7e8884a0dbf..6671ee770df0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Markus Näther <naetherm@informatik.uni-freiburg.de>
pkgname=rocalution
-pkgver=3.8.0
+pkgver=3.9.0
pkgrel=1
pkgdesc='Next generation library for iterative sparse solvers for ROCm platform'
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('hip-rocclr' 'rocsparse' 'rocblas' 'rocprim' 'rocminfo' 'openmp')
makedepends=('cmake' 'git')
_git='https://github.com/ROCmSoftwarePlatform/rocALUTION'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('39e64a29e75c4276163a93596436064c6338770ca72ce7f43711ed8285ed2de5')
+sha256sums=('1ce36801fe1d44f743b46b43345c0cd90d76b73911b2ec97be763f93a35396fb')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {