archivers/c-blosc2: Update to 2.4.3

- Update WWW

Changes:	https://github.com/Blosc/c-blosc2/releases
This commit is contained in:
Po-Chuan Hsieh 2022-12-30 16:39:45 +08:00
parent 1fe5461f88
commit eee5f75d5c
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 6 additions and 7 deletions

View File

@ -1,11 +1,12 @@
PORTNAME= c-blosc2
PORTVERSION= 2.4.2
PORTVERSION= 2.4.3
DISTVERSIONPREFIX= v
CATEGORIES= archivers
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= High performance compressor optimized for binary data
WWW= https://www.blosc.org/
WWW= https://www.blosc.org/ \
https://github.com/Blosc/c-blosc2
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1664767814
SHA256 (Blosc-c-blosc2-v2.4.2_GH0.tar.gz) = 763ded7a6286abd248a79b1560ce8bfda11018b699a450b3e43c529f284a5232
SIZE (Blosc-c-blosc2-v2.4.2_GH0.tar.gz) = 2357441
TIMESTAMP = 1669057527
SHA256 (Blosc-c-blosc2-v2.4.3_GH0.tar.gz) = d4aa5e0794598794f20ab950e973d44f0d0d9c133ea1a5a07cb200fa54d2e036
SIZE (Blosc-c-blosc2-v2.4.3_GH0.tar.gz) = 2361811

View File

@ -9,5 +9,3 @@ C-Blosc2 is the new major version of C-Blosc, and tries hard to be backward
compatible with both the C-Blosc1 API and its in-memory format. However, the
reverse thing is generally not true; buffers generated with C-Blosc2 are not
format-compatible with C-Blosc1 (i.e. forward compatibility is not supported).
See also: https://github.com/Blosc/c-blosc2