package/zstd: bump to version 1.5.2

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Francois Perrad 2022-02-07 13:24:23 +01:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent b7e0b0e9a5
commit 10ac3455d3
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# From https://github.com/facebook/zstd/releases/download/v1.5.1/zstd-1.5.1.tar.gz.sha256
sha256 e28b2f2ed5710ea0d3a1ecac3f6a947a016b972b9dd30242369010e5f53d7002 zstd-1.5.1.tar.gz
# From https://github.com/facebook/zstd/releases/download/v1.5.2/zstd-1.5.2.tar.gz.sha256
sha256 7c42d56fac126929a6a85dbc73ff1db2411d04f104fae9bdea51305663a83fd0 zstd-1.5.2.tar.gz
# License files (locally computed)
sha256 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b LICENSE

View File

@ -4,7 +4,7 @@
#
################################################################################
ZSTD_VERSION = 1.5.1
ZSTD_VERSION = 1.5.2
ZSTD_SITE = https://github.com/facebook/zstd/releases/download/v$(ZSTD_VERSION)
ZSTD_INSTALL_STAGING = YES
ZSTD_LICENSE = BSD-3-Clause or GPL-2.0