diff options
author | Mark Brand <mabrand@mabrand.nl> | 2019-08-20 19:48:50 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2019-08-20 19:48:50 (GMT) |
commit | 9b0ef676a1e403533a3b251c8ff1e7a03ef6ced8 (patch) | |
tree | 759d5ac061d5c0054c21ded561837e32f6233828 /src/zstd.mk | |
parent | d3d958703e9a0b5ef399db01fbf2e9f46450f784 (diff) | |
download | mxe-9b0ef676a1e403533a3b251c8ff1e7a03ef6ced8.zip mxe-9b0ef676a1e403533a3b251c8ff1e7a03ef6ced8.tar.gz mxe-9b0ef676a1e403533a3b251c8ff1e7a03ef6ced8.tar.bz2 |
update: libssh, zstd
Diffstat (limited to 'src/zstd.mk')
-rw-r--r-- | src/zstd.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zstd.mk b/src/zstd.mk index 5757e2e..f320940 100644 --- a/src/zstd.mk +++ b/src/zstd.mk @@ -4,8 +4,8 @@ PKG := zstd $(PKG)_WEBSITE := https://github.com/facebook/zstd $(PKG)_DESCR := Zstandard is a fast lossless compression algorithm $(PKG)_IGNORE := -$(PKG)_VERSION := 1.4.2 -$(PKG)_CHECKSUM := 7a6e1dad34054b35e2e847eb3289be8820a5d378228802239852f913c6dcf6a7 +$(PKG)_VERSION := 1.4.3 +$(PKG)_CHECKSUM := 5eda3502ecc285c3c92ee0cc8cd002234dee39d539b3f692997a0e80de1d33de $(PKG)_GH_CONF := facebook/zstd/tags,v $(PKG)_DEPS := cc |