diff options
| author | Matthieu Penant <thieum22@hotmail.com> | 2021-03-31 17:29:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-31 14:29:14 -0700 |
| commit | 13640c56717dec1bba16c6eb0815d3889dbe1c4d (patch) | |
| tree | 02461c5d438b4d0ba5f7ca5928e06ba0586bccf7 /versions | |
| parent | f22705fd158e09d432cc23b36ed249ca99386718 (diff) | |
| download | vcpkg-13640c56717dec1bba16c6eb0815d3889dbe1c4d.tar.gz vcpkg-13640c56717dec1bba16c6eb0815d3889dbe1c4d.zip | |
[zstd] update to 1.4.9 (#16865)
* [zstd] update to 1.4.9
Fixes #16642
Update zstd to the latest version 1.4.9: https://github.com/facebook/zstd/releases/tag/v1.4.9
* update baseline / version
* Update vcpkg.json
* Update vcpkg.json
apply suggested diff file
* attempt to fix build errors (missing file libzstd?)
* Update zstd.json
* Update portfile.cmake
* fix version
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/z-/zstd.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index a4d3b16e6..5a417e53c 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6529,8 +6529,8 @@ "port-version": 0 }, "zstd": { - "baseline": "1.4.5", - "port-version": 1 + "baseline": "1.4.9", + "port-version": 0 }, "zstr": { "baseline": "1.0.4", diff --git a/versions/z-/zstd.json b/versions/z-/zstd.json index a44171036..8e7a2ef0f 100644 --- a/versions/z-/zstd.json +++ b/versions/z-/zstd.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "3a0ffa2a8fe8246a3937d9f6a77d577e351dd445", + "version": "1.4.9", + "port-version": 0 + }, + { "git-tree": "b592e9dd5ab7aa6c1b46e0d23e0d31093edd73ca", "version-string": "1.4.5", "port-version": 1 |
