summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a70bc09cd8d..c82d68998193 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hipsparse
pkgdesc = rocSPARSE marshalling library.
- pkgver = 3.10.0
+ pkgver = 4.0.0
pkgrel = 1
url = https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#hipsparse
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = hipsparse
makedepends = gcc-fortran
depends = hip-rocclr
depends = rocsparse
- source = hipsparse-3.10.0.tar.gz::https://github.com/ROCmSoftwarePlatform/hipSPARSE/archive/rocm-3.10.0.tar.gz
- sha256sums = 7fd863ebf6eed09325c23ba06d9008b2f2c1345283d1a331e329e1a512b602f7
+ source = hipsparse-4.0.0.tar.gz::https://github.com/ROCmSoftwarePlatform/hipSPARSE/archive/rocm-4.0.0.tar.gz
+ sha256sums = fc3736b2ea203209021616b2ffbcdd664781d692b07b8e8bb7f78b42dabbd5e5
pkgname = hipsparse
diff --git a/PKGBUILD b/PKGBUILD
index a88ac7cac65f..febb5d8aa9f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=hipsparse
-pkgver=3.10.0
+pkgver=4.0.0
pkgrel=1
pkgdesc='rocSPARSE marshalling library.'
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('hip-rocclr' 'rocsparse')
makedepends=('cmake' 'git' 'gcc-fortran')
_git='https://github.com/ROCmSoftwarePlatform/hipSPARSE'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('7fd863ebf6eed09325c23ba06d9008b2f2c1345283d1a331e329e1a512b602f7')
+sha256sums=('fc3736b2ea203209021616b2ffbcdd664781d692b07b8e8bb7f78b42dabbd5e5')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {