[minizip-ng] update to 3.0.7 (#27272)

* [minizip-ng] update to 3.0.7

* update version

* Update license

* update version
This commit is contained in:
JonLiu1993 2022-10-19 09:29:45 +08:00 committed by GitHub
parent 3fb6971261
commit 911d176349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 4 deletions

View File

@ -5,8 +5,8 @@ endif()
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO zlib-ng/minizip-ng REPO zlib-ng/minizip-ng
REF 3.0.5 REF 241428886216f0f0efd6926efcaaaa13794e51bd #v3.0.7
SHA512 da0c230951caafd986331300b840d09a4c27a677183174f8b1782c2515209b51cf00133dd5fc5f9fc88a349134db7f93d3daa7c05b7d0270be99b9cf85a6c133 SHA512 779a53fafe63b64f5f703448262871c323f5753cbb58001dd0d0ef10de8d3bd7bb6055db4e763e664ccb5b781ce8dd06bf7c3e6b38eca019de835322a833fa06
HEAD_REF master HEAD_REF master
PATCHES PATCHES
Modify-header-file-path.patch Modify-header-file-path.patch

View File

@ -1,8 +1,9 @@
{ {
"name": "minizip-ng", "name": "minizip-ng",
"version": "3.0.5", "version": "3.0.7",
"description": "minizip-ng is a zip manipulation library written in C that is supported on Windows, macOS, and Linux.", "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", "homepage": "https://github.com/zlib-ng/minizip-ng",
"license": "Zlib",
"supports": "!uwp", "supports": "!uwp",
"dependencies": [ "dependencies": [
{ {

View File

@ -4829,7 +4829,7 @@
"port-version": 11 "port-version": 11
}, },
"minizip-ng": { "minizip-ng": {
"baseline": "3.0.5", "baseline": "3.0.7",
"port-version": 0 "port-version": 0
}, },
"mio": { "mio": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "e97e41aa57defe3c82bebab5941a4e4320f5a704",
"version": "3.0.7",
"port-version": 0
},
{ {
"git-tree": "36ef459c57047fcfc0ddbfc97d7360d7307acb24", "git-tree": "36ef459c57047fcfc0ddbfc97d7360d7307acb24",
"version": "3.0.5", "version": "3.0.5",