diff options
| author | Long Nguyen <nguyen.long.908132@gmail.com> | 2021-05-29 00:09:56 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-28 10:09:56 -0700 |
| commit | a29126f785b1ace2b3ef9f600d4f3c8aed63cea2 (patch) | |
| tree | b2ff3afa84314817762a99650d6bcd90aca04077 /versions/baseline.json | |
| parent | 0de461216d66a4d5ca1870254e27258a66f6e361 (diff) | |
| download | vcpkg-a29126f785b1ace2b3ef9f600d4f3c8aed63cea2.tar.gz vcpkg-a29126f785b1ace2b3ef9f600d4f3c8aed63cea2.zip | |
[tre, libmagic] Windows + mingw support (#17769)
* [tre] mingw support
* [libmagic] Windows support
* [libmagic] Apply @Neumann-A suggestions
* [libmagic] Add host dependency
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* [libmagic] Copy the magic file to the corresponding tools dir
* [ci baseline] libmagic now passes
* Update ports/libmagic/portfile.cmake
* [libmagic] Import patch from MSYS2
* [vcpkg baseline] Update libmagic, tre
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
Diffstat (limited to 'versions/baseline.json')
| -rw-r--r-- | versions/baseline.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 8516c0831..51e0b8eb3 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3273,8 +3273,8 @@ "port-version": 0 }, "libmagic": { - "baseline": "5.37", - "port-version": 2 + "baseline": "5.40", + "port-version": 0 }, "libmariadb": { "baseline": "3.1.12", @@ -6177,8 +6177,8 @@ "port-version": 0 }, "tre": { - "baseline": "0.8.0-1", - "port-version": 0 + "baseline": "0.8.0", + "port-version": 2 }, "treehopper": { "baseline": "1.11.3-4", |
