mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 04:12:19 +08:00
13640c5671
* [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>
7 lines
162 B
JSON
7 lines
162 B
JSON
{
|
|
"name": "zstd",
|
|
"version": "1.4.9",
|
|
"description": "Zstandard - Fast real-time compression algorithm",
|
|
"homepage": "https://facebook.github.io/zstd/"
|
|
}
|