vcpkg/ports/zstd/vcpkg.json
Matthieu Penant 13640c5671
[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>
2021-03-31 14:29:14 -07:00

7 lines
162 B
JSON

{
"name": "zstd",
"version": "1.4.9",
"description": "Zstandard - Fast real-time compression algorithm",
"homepage": "https://facebook.github.io/zstd/"
}