diff options
| author | Prateek Chokse <prateek.chokse@gmail.com> | 2021-05-19 04:16:03 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-18 15:46:03 -0700 |
| commit | f68f30c1e1aebe53081d722e8add85cd85ef8f11 (patch) | |
| tree | 0f8a85c8e8010d9d0733cee491b18433daffa82e /versions | |
| parent | c1d7e285cc8a81e4f6a92d5935f0d43c5692f1d8 (diff) | |
| download | vcpkg-f68f30c1e1aebe53081d722e8add85cd85ef8f11.tar.gz vcpkg-f68f30c1e1aebe53081d722e8add85cd85ef8f11.zip | |
[minizip-ng] made cmake installs relative (#17685)
* [minizip-ng] made cmake installs relative
* [minizip-ng] update version
* Update versions/m-/minizip-ng.json
* formated ports/minzip-ng/vcpkg.json
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 6 | ||||
| -rw-r--r-- | versions/m-/minizip-ng.json | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 43b0125e9..efb8bc9d9 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3993,8 +3993,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", @@ -6701,4 +6701,4 @@ "port-version": 1 } } -} +}
\ No newline at end of file diff --git a/versions/m-/minizip-ng.json b/versions/m-/minizip-ng.json index 880464914..7230ce31c 100644 --- a/versions/m-/minizip-ng.json +++ b/versions/m-/minizip-ng.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "9c49a3f4d6bb3e5173cf17e1539b439dcf4bf6ea", + "version": "3.0.2", + "port-version": 0 + }, + { "git-tree": "c3f833fb14771ffd8f32496aa12035c86ab1cb9a", "version": "3.0.1", "port-version": 1 |
