diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2020-01-06 14:33:00 -0800 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2020-01-06 14:33:00 -0800 |
| commit | 2c7ff757a10a1d63e5fd6e295430f00bd67b902c (patch) | |
| tree | 7a2e7ecbb196809aeeb874b4a4b7df6e588a0652 /ports/libmicrohttpd | |
| parent | e13ed9547a1e33064622e99fe213018634d3cfa3 (diff) | |
| download | vcpkg-2c7ff757a10a1d63e5fd6e295430f00bd67b902c.tar.gz vcpkg-2c7ff757a10a1d63e5fd6e295430f00bd67b902c.zip | |
[many ports] Add mirror (#9123)
Diffstat (limited to 'ports/libmicrohttpd')
| -rw-r--r-- | ports/libmicrohttpd/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libmicrohttpd/portfile.cmake | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/libmicrohttpd/CONTROL b/ports/libmicrohttpd/CONTROL index d073ad6d7..8636fe183 100644 --- a/ports/libmicrohttpd/CONTROL +++ b/ports/libmicrohttpd/CONTROL @@ -1,4 +1,4 @@ Source: libmicrohttpd
-Version: 0.9.63-1
+Version: 0.9.63-2
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
diff --git a/ports/libmicrohttpd/portfile.cmake b/ports/libmicrohttpd/portfile.cmake index 73f711445..52a7f225c 100644 --- a/ports/libmicrohttpd/portfile.cmake +++ b/ports/libmicrohttpd/portfile.cmake @@ -1,10 +1,10 @@ -include(vcpkg_common_functions) +set(MICROHTTPD_VERSION 0.9.63) vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_download_distfile(ARCHIVE - URLS "ftp://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.63.tar.gz" - FILENAME "libmicrohttpd-0.9.63.tar.gz" + URLS "https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-${MICROHTTPD_VERSION}.tar.gz" "https://www.mirrorservice.org/sites/ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-${MICROHTTPD_VERSION}.tar.gz" + FILENAME "libmicrohttpd-${MICROHTTPD_VERSION}.tar.gz" SHA512 cb99e7af84fb6d7c0fd3894a9dc0fbff14959b35347506bd3211a65bbfad36455007b9e67493e97c9d8394834408df10eeabdc7758573e6aae0ba6f5f87afe17 ) |
