Skip to content

Commit

Permalink
[minizip-ng] update to 3.0.7 (#27272)
Browse files Browse the repository at this point in the history
* [minizip-ng] update to 3.0.7

* update version

* Update license

* update version
  • Loading branch information
JonLiu1993 committed Oct 19, 2022
1 parent 3fb6971 commit 911d176
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
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

0 comments on commit 911d176

Please sign in to comment.