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 520b9938e04c..90feaeb4bac1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = graphblas
pkgdesc = A full implementation of the GraphBLAS standard (graphblas.org)
- pkgver = 8.0.2
+ pkgver = 8.2.1
pkgrel = 1
url = http://github.com/DrTimothyAldenDavis/GraphBLAS
arch = any
@@ -8,7 +8,7 @@ pkgbase = graphblas
makedepends = cmake
provides = graphblas
conflicts = graphblas
- source = https://github.com/DrTimothyAldenDavis/GraphBLAS/archive/refs/tags/v8.0.2.tar.gz
- sha256sums = cedecdcff130c3b7e5d571b693dc2c28bc96ef5f09b33e52f0bcd42b23593ea0
+ source = https://github.com/DrTimothyAldenDavis/GraphBLAS/archive/refs/tags/v8.2.1.tar.gz
+ sha256sums = a4847751f20535e229ebcba6da2f66510414f01c23702c543bf0d89b5f5e8cfa
pkgname = graphblas
diff --git a/PKGBUILD b/PKGBUILD
index da566acd6024..1663ca09aab6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_author=DrTimothyAldenDavis
_pkgname=GraphBLAS
pkgname=graphblas
-pkgver=8.0.2
+pkgver=8.2.1
pkgrel=1
pkgdesc="A full implementation of the GraphBLAS standard (graphblas.org)"
arch=('any')
@@ -17,7 +17,7 @@ provides=("$pkgname")
conflicts=("$pkgname")
# source=("http://faculty.cse.tamu.edu/$_author/$_pkgname/$_pkgname-$pkgver.tar.gz")
source=("https://github.com/$_author/$_pkgname/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('cedecdcff130c3b7e5d571b693dc2c28bc96ef5f09b33e52f0bcd42b23593ea0')
+sha256sums=('a4847751f20535e229ebcba6da2f66510414f01c23702c543bf0d89b5f5e8cfa')
build() {
cd "$srcdir/$_pkgname-$pkgver"