summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 16:39:45 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 17:04:04 +0800
commiteee5f75d5ccd99019e043b2d60ca64b51144a3c9 (patch)
tree41eb0dad1d13afcf12f4e6b8a38f4a92f92f6eca /archivers
parentdevel/rubygem-google-protobuf319: Remove obsoleted port (diff)
archivers/c-blosc2: Update to 2.4.3
- Update WWW Changes: https://github.com/Blosc/c-blosc2/releases
Diffstat (limited to 'archivers')
-rw-r--r--archivers/c-blosc2/Makefile5
-rw-r--r--archivers/c-blosc2/distinfo6
-rw-r--r--archivers/c-blosc2/pkg-descr2
3 files changed, 6 insertions, 7 deletions
diff --git a/archivers/c-blosc2/Makefile b/archivers/c-blosc2/Makefile
index 52e4b090dfd0..0882518aa12e 100644
--- a/archivers/c-blosc2/Makefile
+++ b/archivers/c-blosc2/Makefile
@@ -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
diff --git a/archivers/c-blosc2/distinfo b/archivers/c-blosc2/distinfo
index 0dd4744c341c..2f4e8d58519b 100644
--- a/archivers/c-blosc2/distinfo
+++ b/archivers/c-blosc2/distinfo
@@ -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
diff --git a/archivers/c-blosc2/pkg-descr b/archivers/c-blosc2/pkg-descr
index e61c80289536..f71d58142213 100644
--- a/archivers/c-blosc2/pkg-descr
+++ b/archivers/c-blosc2/pkg-descr
@@ -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