diff --git a/ports/libirecovery/vcpkg.json b/ports/libirecovery/vcpkg.json index 8298c88ab5..2a9a35287f 100644 --- a/ports/libirecovery/vcpkg.json +++ b/ports/libirecovery/vcpkg.json @@ -1,10 +1,10 @@ { "name": "libirecovery", "version": "1.0.25", - "port-version": 5, + "port-version": 6, "description": "Library and utility to talk to iBoot/iBSS via USB on Mac OS X, Windows, and Linux", "license": "LGPL-2.1-only", - "supports": "windows & !arm64", + "supports": "windows & !arm64 & !static & !staticcrt", "dependencies": [ "getopt", "libusbmuxd", diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 5fbf492203..d059efa818 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -468,7 +468,6 @@ libmysql:arm64-windows=fail libopusenc:arm-uwp=fail libopusenc:x64-uwp=fail libosip2:x64-windows-static-md=fail -libplist:x64-windows-static=fail libpng-apng:arm64-windows = skip libpng-apng:arm-uwp = skip libpng-apng:x64-linux = skip diff --git a/versions/baseline.json b/versions/baseline.json index 8dbc069599..266c56ebf7 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3886,7 +3886,7 @@ }, "libirecovery": { "baseline": "1.0.25", - "port-version": 5 + "port-version": 6 }, "libjpeg-turbo": { "baseline": "2.1.4", diff --git a/versions/l-/libirecovery.json b/versions/l-/libirecovery.json index a1fd2eebb6..bbd8f7740b 100644 --- a/versions/l-/libirecovery.json +++ b/versions/l-/libirecovery.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "da471f398ce0264ef333dfbaaa521c79c51ab5f9", + "version": "1.0.25", + "port-version": 6 + }, { "git-tree": "586b5bd01468f7690094397c1b3f8fed0456d65e", "version": "1.0.25",