summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjorge-barroso2023-11-24 21:10:25 -0600
committerjorge-barroso2023-11-24 21:10:25 -0600
commit8e158b995ba445904d7b6e012fb1897f105ae7ea (patch)
tree7f30ac713918698506bd4cbff876e6be425464e9
parenta74a04bf63524d03159e490384b15f6c972559d8 (diff)
downloadaur-graphblas.tar.gz
new version v8.2.1
-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"