diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-06-24 04:38:30 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-23 13:38:30 -0700 |
| commit | 67a031a4d5680b4acb8eeec28ec8c0e7b3dd8102 (patch) | |
| tree | ef416d3909dcf5f91a1cd082cc398b07cfbb3a37 /ports/libmicrohttpd/CONTROL | |
| parent | 2c280eed4296da5b512987e03c5abb2485e0438f (diff) | |
| download | vcpkg-67a031a4d5680b4acb8eeec28ec8c0e7b3dd8102.tar.gz vcpkg-67a031a4d5680b4acb8eeec28ec8c0e7b3dd8102.zip | |
[libmicrohttpd] Support build on UNIX and use msbuild on Windows (#11983)
* [libmicrohttpd] Support build on UNIX and use msbuild on Windows
* update baseline
Diffstat (limited to 'ports/libmicrohttpd/CONTROL')
| -rw-r--r-- | ports/libmicrohttpd/CONTROL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/libmicrohttpd/CONTROL b/ports/libmicrohttpd/CONTROL index 8636fe183..c78627c7f 100644 --- a/ports/libmicrohttpd/CONTROL +++ b/ports/libmicrohttpd/CONTROL @@ -1,4 +1,5 @@ Source: libmicrohttpd
-Version: 0.9.63-2
+Version: 0.9.63-3
Homepage: https://www.gnu.org/software/libmicrohttpd/
Description: GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application
+Supports: !(arm|uwp)
\ No newline at end of file |
