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/cgicc | |
| parent | e13ed9547a1e33064622e99fe213018634d3cfa3 (diff) | |
| download | vcpkg-2c7ff757a10a1d63e5fd6e295430f00bd67b902c.tar.gz vcpkg-2c7ff757a10a1d63e5fd6e295430f00bd67b902c.zip | |
[many ports] Add mirror (#9123)
Diffstat (limited to 'ports/cgicc')
| -rw-r--r-- | ports/cgicc/CONTROL | 2 | ||||
| -rw-r--r-- | ports/cgicc/portfile.cmake | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/ports/cgicc/CONTROL b/ports/cgicc/CONTROL index 551d3ca13..ad598509f 100644 --- a/ports/cgicc/CONTROL +++ b/ports/cgicc/CONTROL @@ -1,4 +1,4 @@ Source: cgicc
-Version: 3.2.19-3
+Version: 3.2.19-4
Homepage: https://www.gnu.org/software/cgicc/
Description: GNU Cgicc is an ANSI C++ compliant class library that greatly simplifies the creation of CGI applications for the World Wide Web
diff --git a/ports/cgicc/portfile.cmake b/ports/cgicc/portfile.cmake index ba135d9d5..de282d0a7 100644 --- a/ports/cgicc/portfile.cmake +++ b/ports/cgicc/portfile.cmake @@ -1,11 +1,10 @@ - -include(vcpkg_common_functions) +set(CGICC_VERSION 3.2.19) vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_download_distfile(ARCHIVE - URLS "http://ftp.gnu.org/gnu/cgicc/cgicc-3.2.19.tar.gz" - FILENAME "cgicc-3.2.19.tar.gz" + URLS "https://ftp.gnu.org/gnu/cgicc/cgicc-${CGICC_VERSION}.tar.gz" "https://www.mirrorservice.org/sites/ftp.gnu.org/gnu/cgicc/cgicc-${CGICC_VERSION}.tar.gz" + FILENAME "cgicc-${CGICC_VERSION}.tar.gz" SHA512 c361923cf3ac876bc3fc94dffd040d2be7cd44751d8534f4cfa3545e9f58a8ec35ebcd902a8ce6a19da0efe52db67506d8b02e5cc868188d187ce3092519abdf ) |
