summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorsten Keßler2020-11-29 17:22:39 +0100
committerAkash Patel2020-11-29 16:23:32 +0000
commit898cb9cce8e416bfce34fc4d00d31f2f2a4fc434 (patch)
treeb3c3bba9f85618783a7fd591880675691d18687e /PKGBUILD
parente41525948670dddee78d7ef61e2c5bc2ae2b2f92 (diff)
downloadaur-898cb9cce8e416bfce34fc4d00d31f2f2a4fc434.tar.gz
[hipsparse] Update to 3.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35cf786d9aaa..9047251847c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=hipsparse
-pkgver=3.8.0
+pkgver=3.9.0
pkgrel=1
pkgdesc='rocSPARSE marshalling library.'
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('hip-rocclr' 'rocsparse')
makedepends=('cmake' 'git' 'rocminfo' 'gcc-fortran')
_git='https://github.com/ROCmSoftwarePlatform/hipSPARSE'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('8874c100e9ba54587a6057c2a0e555a0903254a16e9e01c2385bae1b027f83b5')
+sha256sums=('ab0ea3dd9b68a126291ed5a35e50fc85d0aeb35fe862f5d9e544435e4262c435')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {