Commits
Chris Jones authored ccca69145a0
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim: fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | PortGroup clang_dependency 1.0 |
6 6 | |
7 - | github.setup facebook zstd 1.4.3 v |
7 + | github.setup facebook zstd 1.4.4 v |
8 8 | |
9 - | checksums rmd160 dbff2048f23e3256ca2c3b6d4bd6257398e23a71 \ |
10 - | sha256 e88ec8d420ff228610b77fba4fbf22b9f8b9d3f223a40ef59c9c075fcdad5767 \ |
11 - | size 1899158 |
9 + | checksums rmd160 87287ef8c99244654bb238d47b43f72ea724e367 \ |
10 + | sha256 59ef70ebb757ffe74a7b3fe9c305e2ba3350021a918d168a046c6300aeea9315 \ |
11 + | size 1948426 |
12 12 | |
13 13 | categories archivers devel |
14 14 | platforms darwin |
15 15 | license {BSD GPL-2} |
16 16 | |
17 17 | maintainers nomaintainer |
18 18 | |
19 19 | description Zstandard - Fast real-time compression algorithm |
20 20 | long_description Zstd, short for Zstandard, is a fast lossless compression \ |
21 21 | algorithm, targeting real-time compression scenarios at \ |