Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[minizip-ng] update to 3.0.7 #27272

Merged
merged 4 commits into from
Oct 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/minizip-ng/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO zlib-ng/minizip-ng
REF 3.0.5
SHA512 da0c230951caafd986331300b840d09a4c27a677183174f8b1782c2515209b51cf00133dd5fc5f9fc88a349134db7f93d3daa7c05b7d0270be99b9cf85a6c133
REF 241428886216f0f0efd6926efcaaaa13794e51bd #v3.0.7
SHA512 779a53fafe63b64f5f703448262871c323f5753cbb58001dd0d0ef10de8d3bd7bb6055db4e763e664ccb5b781ce8dd06bf7c3e6b38eca019de835322a833fa06
HEAD_REF master
PATCHES
Modify-header-file-path.patch
Expand Down
3 changes: 2 additions & 1 deletion ports/minizip-ng/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"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.",
"homepage": "https://github.com/zlib-ng/minizip-ng",
"license": "Zlib",
"supports": "!uwp",
"dependencies": [
{
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4829,7 +4829,7 @@
"port-version": 11
},
"minizip-ng": {
"baseline": "3.0.5",
"baseline": "3.0.7",
"port-version": 0
},
"mio": {
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/minizip-ng.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e97e41aa57defe3c82bebab5941a4e4320f5a704",
"version": "3.0.7",
"port-version": 0
},
{
"git-tree": "36ef459c57047fcfc0ddbfc97d7360d7307acb24",
"version": "3.0.5",
Expand Down