summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorsten Keßler2022-08-21 12:03:02 +0200
committerTorsten Keßler2022-08-21 12:03:02 +0200
commite925169550c0e190c3259c03aae2e7a44d974c9a (patch)
tree1e954f235ba4cad1fe8c344c2d4da688032b3f98 /PKGBUILD
parenta2a1969d488deaa0529c5288a7c6a56cb840858e (diff)
downloadaur-e925169550c0e190c3259c03aae2e7a44d974c9a.tar.gz
upgpkg: hipsparse 5.2.3-1
patch release, update checksum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 132493cc18a1..d253c3aaf28c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: acxz <akashpatel2008 at yahoo dot com>
pkgname=hipsparse
-pkgver=5.2.1
+pkgver=5.2.3
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=('7b8e4ff264285ae5aabb3c5c2b38bf28f90b2af44efb0398fcf13ffc24bc000a')
+sha256sums=('f70d3deff13188adc4105ef3ead53510e4b54075b9ffcfe3d3355d90d4b6eadd')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {