mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 21:28:59 +08:00
[minizip-ng] Updated minizip version and fixed windows build for previous version (#23684)
* [minizip-ng] fix: in windows only compat symbols were exposed * [minzip-ng] updated version * [minzip-ng] updated baseline and versions * Add vcpkg_check_linkage * update version Co-authored-by: prateek.chokse <prateek.chokse@airamatrix.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
parent
147027390b
commit
601d7f3205
@ -1,8 +1,12 @@
|
||||
if (VCPKG_TARGET_IS_WINDOWS)
|
||||
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
endif()
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO zlib-ng/minizip-ng
|
||||
REF 3.0.2
|
||||
SHA512 eee4d35d273ab0a32972b119c8faabd8c242e2d9f506fab0dd21fdd24c78b932c01bf7f15e9cf7c452776fc4c2e27a5ff09e376adb7a706336d11114929182fc
|
||||
REF 3.0.5
|
||||
SHA512 da0c230951caafd986331300b840d09a4c27a677183174f8b1782c2515209b51cf00133dd5fc5f9fc88a349134db7f93d3daa7c05b7d0270be99b9cf85a6c133
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
Modify-header-file-path.patch
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "minizip-ng",
|
||||
"version": "3.0.2",
|
||||
"port-version": 1,
|
||||
"version": "3.0.5",
|
||||
"description": "minizip-ng is a zip manipulation library written in C that is supported on Windows, macOS, and Linux.",
|
||||
"homepage": "https://github.com/zlib-ng/minizip-ng",
|
||||
"supports": "!uwp",
|
||||
|
@ -4513,8 +4513,8 @@
|
||||
"port-version": 10
|
||||
},
|
||||
"minizip-ng": {
|
||||
"baseline": "3.0.2",
|
||||
"port-version": 1
|
||||
"baseline": "3.0.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"mio": {
|
||||
"baseline": "2019-02-10",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "36ef459c57047fcfc0ddbfc97d7360d7307acb24",
|
||||
"version": "3.0.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "4a8de7f8609b758c48eea13b67d47c22efc832a3",
|
||||
"version": "3.0.2",
|
||||
|
Loading…
Reference in New Issue
Block a user