summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Bernardoff2021-10-17 16:02:17 +0800
committerVincent Bernardoff2021-10-17 16:02:17 +0800
commit8581917e9e229178d066690a16fe7f4a230840d2 (patch)
tree16d8684ea6a7dff583d6a09ce4b20e0996486bce /PKGBUILD
parent43929cde7acddd6a0d1a2407dc7c38927a21eab3 (diff)
downloadaur-8581917e9e229178d066690a16fe7f4a230840d2.tar.gz
v2.0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8d58ae993b7..e505dba563fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vincent Bernardoff <vb AT luminar DOT eu DOT org>
pkgname=blosc2
-pkgver=2.0.1
+pkgver=2.0.4
pkgrel=1
pkgdesc="Next generation c-blosc"
arch=('arm' 'armv6h' 'armv7h' 'aarch64' 'i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('lz4' 'zlib' 'zstd')
makedepends=('git' 'cmake' 'ninja')
options=('staticlibs')
source=("https://github.com/Blosc/c-blosc2/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('35b93dfed479b1dfd9372d41d7843b60254ed1d71792577b95e489c28705874f')
+sha256sums=('90c78edcc262759dd16d243141513310624bb4fda3d98ac34dcfb78255e151c1')
build() {
cd c-${pkgname}-${pkgver}