diff options
| author | Kai Pastor <dg0yt@darc.de> | 2021-07-26 20:02:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-26 11:02:24 -0700 |
| commit | b57e29a6ceb3ca1382eca103dee876c7d2ac25ca (patch) | |
| tree | 2bc9494ecbf59c5b9acc7d3632e227a2f888e754 /versions/l- | |
| parent | be01bbc3e1bd99d212225168c6c41329b5dbc969 (diff) | |
| download | vcpkg-b57e29a6ceb3ca1382eca103dee876c7d2ac25ca.tar.gz vcpkg-b57e29a6ceb3ca1382eca103dee876c7d2ac25ca.zip | |
[libidn2] Fixes for mingw and minor issues (#19002)
* Fix port's cmake buildsystem for mingw
* Install pc file for windows
* Modernize portfile
* Increment port-version
* x-add-version
* Use libunistring for non-windows
* CR and doc changes
* Update git-tree
Diffstat (limited to 'versions/l-')
| -rw-r--r-- | versions/l-/libidn2.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/l-/libidn2.json b/versions/l-/libidn2.json index 8c85492c9..47fb7c9c6 100644 --- a/versions/l-/libidn2.json +++ b/versions/l-/libidn2.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "a73dca27190e239f6ff09db7124b885a23d732e4", + "version": "2.3.0", + "port-version": 4 + }, + { "git-tree": "cad738e7d2fff6e1ac7c8a2bec14160aa127336f", "version": "2.3.0", "port-version": 3 |
