[zlib-ng] Update to 2.2.2 (#42392)

This commit is contained in:
Clinton Ingram 2024-11-27 13:35:44 -08:00 committed by GitHub
parent ae7d8f5056
commit 175f9ccb44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 14 additions and 5 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO zlib-ng/zlib-ng REPO zlib-ng/zlib-ng
REF "${VERSION}" REF "${VERSION}"
SHA512 9212d87c63a2da4e5355a7a1c75380aeba40fbd0ea3d71d3784cb3eac94237f9bea2a1b7993a08f39d4197725c4c133087d3a9d213d3944aa48a7559de2be920 SHA512 3cb3e97ee1d20e1f3cdf0efcdf55aee0e3a192f9a2ae781cd209b1d37620c48f2ada345fb1f4357315b1cb5e09b7ea5fcdfa2fd54f7b4ac5dcb6e73860000aad
HEAD_REF develop HEAD_REF develop
) )
@ -46,6 +46,7 @@ if(VCPKG_TARGET_IS_WINDOWS AND (NOT (VCPKG_LIBRARY_LINKAGE STREQUAL static AND V
endif() endif()
vcpkg_fixup_pkgconfig() vcpkg_fixup_pkgconfig()
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/zlib-ng)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share" file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share"
"${CURRENT_PACKAGES_DIR}/debug/include" "${CURRENT_PACKAGES_DIR}/debug/include"

View File

@ -1,7 +1,6 @@
{ {
"name": "zlib-ng", "name": "zlib-ng",
"version": "2.1.5", "version": "2.2.2",
"port-version": 1,
"description": "zlib replacement with optimizations for 'next generation' systems", "description": "zlib replacement with optimizations for 'next generation' systems",
"homepage": "https://github.com/zlib-ng/zlib-ng", "homepage": "https://github.com/zlib-ng/zlib-ng",
"license": "Zlib", "license": "Zlib",
@ -9,6 +8,10 @@
{ {
"name": "vcpkg-cmake", "name": "vcpkg-cmake",
"host": true "host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
} }
] ]
} }

View File

@ -9981,8 +9981,8 @@
"port-version": 0 "port-version": 0
}, },
"zlib-ng": { "zlib-ng": {
"baseline": "2.1.5", "baseline": "2.2.2",
"port-version": 1 "port-version": 0
}, },
"zlmediakit": { "zlmediakit": {
"baseline": "2024-09-29", "baseline": "2024-09-29",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "a46a90788ed36fc0adba4ff276bc2014b97d9a76",
"version": "2.2.2",
"port-version": 0
},
{ {
"git-tree": "3f7c39c070cb4f55a281ebe3a178b4f7e896dea8", "git-tree": "3f7c39c070cb4f55a281ebe3a178b4f7e896dea8",
"version": "2.1.5", "version": "2.1.5",