diff options
author | Mark Brand <mabrand@mabrand.nl> | 2019-11-06 21:02:02 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2019-11-06 21:02:59 (GMT) |
commit | 0c32f5a3534d34510191125a34abf58fbf6ac997 (patch) | |
tree | ef1965a6808f5c72e159d8f297e91a4adde884a5 /src/zstd.mk | |
parent | ee5aa950651cb29ddbeed5d87857a3676e705996 (diff) | |
download | mxe-0c32f5a3534d34510191125a34abf58fbf6ac997.zip mxe-0c32f5a3534d34510191125a34abf58fbf6ac997.tar.gz mxe-0c32f5a3534d34510191125a34abf58fbf6ac997.tar.bz2 |
update: curl, libtasn1, tiff, 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 f320940..942b4dd 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.3 -$(PKG)_CHECKSUM := 5eda3502ecc285c3c92ee0cc8cd002234dee39d539b3f692997a0e80de1d33de +$(PKG)_VERSION := 1.4.4 +$(PKG)_CHECKSUM := a364f5162c7d1a455cc915e8e3cf5f4bd8b75d09bc0f53965b0c9ca1383c52c8 $(PKG)_GH_CONF := facebook/zstd/tags,v $(PKG)_DEPS := cc |