Skip to content

Commit

Permalink
package/zstd: bump to version 1.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Norbert Lange <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
  • Loading branch information
nolange authored and jacmet committed Dec 22, 2021
1 parent 84b29ef commit a5cb0ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package/zstd/zstd.hash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# From https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-1.5.0.tar.gz.sha256
sha256 5194fbfa781fcf45b98c5e849651aa7b3b0a008c6b72d4a0db760f3002291e94 zstd-1.5.0.tar.gz
# 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

# License files (locally computed)
sha256 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b LICENSE
Expand Down
2 changes: 1 addition & 1 deletion package/zstd/zstd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

ZSTD_VERSION = 1.5.0
ZSTD_VERSION = 1.5.1
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
Expand Down

0 comments on commit a5cb0ff

Please sign in to comment.