summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2022-04-08 03:30:36 +1000
committerGitHub2022-04-07 19:30:36 +0200
commit8fd76b8553f23db1240ac2603cf5c9082eea699e (patch)
tree923f661011e382d3262c89b0502691c96788c845
parent8a2758db875ddc65ca6253866ecdf3ef38acd954 (diff)
downloadaur-8fd76b8553f23db1240ac2603cf5c9082eea699e.tar.gz
upgpkg: hipsparse 5.1.0-1 (#721)
Signed-off-by: JP-Ellis <josh@jpellis.me>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1926bb3e2091..bb23a7c39a06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hipsparse
pkgdesc = rocSPARSE marshalling library.
- pkgver = 5.0.2
+ pkgver = 5.1.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
depends = rocsparse
- source = hipsparse-5.0.2.tar.gz::https://github.com/ROCmSoftwarePlatform/hipSPARSE/archive/rocm-5.0.2.tar.gz
- sha256sums = a266e8b3bbdea04617260f51b3d85cc672af6ca417cae0812d04fd9702429c47
+ source = hipsparse-5.1.0.tar.gz::https://github.com/ROCmSoftwarePlatform/hipSPARSE/archive/rocm-5.1.0.tar.gz
+ sha256sums = f41329534f2ff477a0db6b7f77a72bb062f117800970c122d676db8b207ce80b
pkgname = hipsparse
diff --git a/PKGBUILD b/PKGBUILD
index 87a601e4db47..18276d474e1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: acxz <akashpatel2008 at yahoo dot com>
pkgname=hipsparse
-pkgver=5.0.2
+pkgver=5.1.0
pkgrel=1
pkgdesc='rocSPARSE marshalling library.'
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('hip' 'rocsparse')
makedepends=('cmake' 'git' 'gcc-fortran')
_git='https://github.com/ROCmSoftwarePlatform/hipSPARSE'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('a266e8b3bbdea04617260f51b3d85cc672af6ca417cae0812d04fd9702429c47')
+sha256sums=('f41329534f2ff477a0db6b7f77a72bb062f117800970c122d676db8b207ce80b')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {