diff options
| author | Cheney Wang <38240633+Cheney-W@users.noreply.github.com> | 2021-04-13 01:16:41 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-12 10:16:41 -0700 |
| commit | d01ed0ebd93b0b2036557c673c4fdeb35f98001c (patch) | |
| tree | e1d12a1b140ba1046c44763fb48636ff21528b90 /versions | |
| parent | bc96cd54bf3afe85e4c1f201d6475f5ce0a4763c (diff) | |
| download | vcpkg-d01ed0ebd93b0b2036557c673c4fdeb35f98001c.tar.gz vcpkg-d01ed0ebd93b0b2036557c673c4fdeb35f98001c.zip | |
[minizip-ng] Modify the output include path of the header file (#17238)
* [minizip-ng] Modify the output include path of the header file
* Update json file
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/m-/minizip-ng.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 519781846..3cb2da8a0 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3946,7 +3946,7 @@ }, "minizip-ng": { "baseline": "3.0.1", - "port-version": 0 + "port-version": 1 }, "mio": { "baseline": "2019-02-10", diff --git a/versions/m-/minizip-ng.json b/versions/m-/minizip-ng.json index 9d9b0e3a2..880464914 100644 --- a/versions/m-/minizip-ng.json +++ b/versions/m-/minizip-ng.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "c3f833fb14771ffd8f32496aa12035c86ab1cb9a", + "version": "3.0.1", + "port-version": 1 + }, + { "git-tree": "0512bceae574c70ea907a8ebfc88709dc196164e", "version": "3.0.1", "port-version": 0 |
