Skip to content

Commit

Permalink
[minizip-ng] update version
Browse files Browse the repository at this point in the history
  • Loading branch information
prateek9623 committed May 10, 2021
1 parent 65cc0d1 commit 34e01b2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 40 deletions.
31 changes: 0 additions & 31 deletions ports/minizip-ng/made_cmake_install_relative.patch

This file was deleted.

5 changes: 2 additions & 3 deletions ports/minizip-ng/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO zlib-ng/minizip-ng
REF 3.0.1
SHA512 98c9bdcea79a88a2dd69cec6c49f8565edf78ab9cddbf0e85e08b049b300b187f176bf57d5a894bf777bec0a097e46ecc05f78dab9cd5726fd473ffd8718dce0
REF 3.0.2
SHA512 eee4d35d273ab0a32972b119c8faabd8c242e2d9f506fab0dd21fdd24c78b932c01bf7f15e9cf7c452776fc4c2e27a5ff09e376adb7a706336d11114929182fc
HEAD_REF master
PATCHES
made_cmake_install_relative.patch
Modify-header-file-path.patch
)

Expand Down
6 changes: 3 additions & 3 deletions ports/minizip-ng/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "minizip-ng",
"version": "3.0.1",
"port-version": 1,
"version": "3.0.2",
"port-version": 0,
"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",
Expand All @@ -23,4 +23,4 @@
"zlib",
"zstd"
]
}
}
6 changes: 3 additions & 3 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3981,8 +3981,8 @@
"port-version": 8
},
"minizip-ng": {
"baseline": "3.0.1",
"port-version": 1
"baseline": "3.0.2",
"port-version": 0
},
"mio": {
"baseline": "2019-02-10",
Expand Down Expand Up @@ -6673,4 +6673,4 @@
"port-version": 1
}
}
}
}
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": "38b52fdd102def83bceebc88722fc88165187695",
"version": "3.0.2",
"port-version": 0
},
{
"git-tree": "42734467159d3cb26d8d5f095d3da124c9ac2c1b",
"version": "3.0.1",
Expand Down

0 comments on commit 34e01b2

Please sign in to comment.