diff --git a/ports/libproxy/portfile.cmake b/ports/libproxy/portfile.cmake index 00c21c106f..fa77869158 100644 --- a/ports/libproxy/portfile.cmake +++ b/ports/libproxy/portfile.cmake @@ -1,3 +1,5 @@ +vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) + vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO libproxy/libproxy diff --git a/ports/libproxy/vcpkg.json b/ports/libproxy/vcpkg.json index 47bff43e7f..c00654e0cf 100644 --- a/ports/libproxy/vcpkg.json +++ b/ports/libproxy/vcpkg.json @@ -1,11 +1,11 @@ { "name": "libproxy", "version": "0.4.17", - "port-version": 4, + "port-version": 5, "description": "libproxy is a library that provides automatic proxy configuration management.", "homepage": "https://github.com/libproxy/libproxy", "license": "LGPL-2.1-only", - "supports": "!uwp & !static", + "supports": "!uwp & !staticcrt", "dependencies": [ "libmodman", { diff --git a/versions/baseline.json b/versions/baseline.json index 4a4c13ba57..a759a699b8 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3970,7 +3970,7 @@ }, "libproxy": { "baseline": "0.4.17", - "port-version": 4 + "port-version": 5 }, "libqcow": { "baseline": "20210419", diff --git a/versions/l-/libproxy.json b/versions/l-/libproxy.json index 65b432ad95..59eb959456 100644 --- a/versions/l-/libproxy.json +++ b/versions/l-/libproxy.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "657915bf898e4e4ccf08b6274665b541efa15876", + "version": "0.4.17", + "port-version": 5 + }, { "git-tree": "7aa3e3fbb2539fe4adaaff6056effdc2a97ff14b", "version": "0.4.17",