diff options
author | mabrand <mabrand@mabrand.nl> | 2018-06-17 21:00:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-17 21:00:24 (GMT) |
commit | 4fb99b500c84dd5e82388a9e543bf3d38f692ba3 (patch) | |
tree | 92cd6834f7c12fafbac8931fac9347e37d31a3ea | |
parent | 6f8fe3fc7133c14df87e57779b5f8c04e8b2cb61 (diff) | |
parent | ca1ae0b97b541969613c1b667517948edd9ea51b (diff) | |
download | mxe-4fb99b500c84dd5e82388a9e543bf3d38f692ba3.zip mxe-4fb99b500c84dd5e82388a9e543bf3d38f692ba3.tar.gz mxe-4fb99b500c84dd5e82388a9e543bf3d38f692ba3.tar.bz2 |
Merge pull request #2152 from uwehermann/update_zstd
Update zstd to 1.3.4.
-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 7db1a78..126d79c 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.3.3 -$(PKG)_CHECKSUM := a77c47153ee7de02626c5b2a097005786b71688be61e9fb81806a011f90b297b +$(PKG)_VERSION := 1.3.4 +$(PKG)_CHECKSUM := 92e41b6e8dd26bbd46248e8aa1d86f1551bc221a796277ae9362954f26d605a9 $(PKG)_GH_CONF := facebook/zstd/tags,v $(PKG)_DEPS := cc |