diff --git a/ports/cgicc/portfile.cmake b/ports/cgicc/portfile.cmake index f7d200fb34..0ba6d6214e 100644 --- a/ports/cgicc/portfile.cmake +++ b/ports/cgicc/portfile.cmake @@ -1,11 +1,10 @@ -set(CGICC_VERSION 3.2.19) vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_download_distfile(ARCHIVE - 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 + URLS "https://ftp.gnu.org/gnu/cgicc/cgicc-${VERSION}.tar.gz" "https://www.mirrorservice.org/sites/ftp.gnu.org/gnu/cgicc/cgicc-${VERSION}.tar.gz" + FILENAME "cgicc-${VERSION}.tar.gz" + SHA512 e57b8f30b26b29008bcf1ffc3b2d272bdbd77848fb02e24912b6182ae90923d5933b9d204c556ac922a389f73ced465065b6e2202fc0c3d008e0e6038e7c8052 ) vcpkg_extract_source_archive( diff --git a/ports/cgicc/vcpkg.json b/ports/cgicc/vcpkg.json index 05c442d102..d99d2e6a73 100644 --- a/ports/cgicc/vcpkg.json +++ b/ports/cgicc/vcpkg.json @@ -1,7 +1,6 @@ { "name": "cgicc", - "version": "3.2.19", - "port-version": 7, + "version": "3.2.20", "description": "GNU Cgicc is an ANSI C++ compliant class library that greatly simplifies the creation of CGI applications for the World Wide Web", "homepage": "https://www.gnu.org/software/cgicc/", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index 87be4f4f00..5f40b23085 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1537,8 +1537,8 @@ "port-version": 1 }, "cgicc": { - "baseline": "3.2.19", - "port-version": 7 + "baseline": "3.2.20", + "port-version": 0 }, "cglm": { "baseline": "0.9.2", diff --git a/versions/c-/cgicc.json b/versions/c-/cgicc.json index 277c9193be..8eb95ea790 100644 --- a/versions/c-/cgicc.json +++ b/versions/c-/cgicc.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f9e35a8d1360fc1eb4f323ef22e461d0e5926a90", + "version": "3.2.20", + "port-version": 0 + }, { "git-tree": "60fd4672dd6d913e3af2560314dd31bed192a205", "version": "3.2.19",