mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[zlib-ng] Update to 2.0.6 (#24486)
* Update zlib-ng to 2.0.6 * Update CI baseline * Add ${ZLIB_FULL_VERSION} variable. Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal <bion@microsoft.com>
This commit is contained in:
parent
8b2ace2194
commit
0e3f52a12b
@ -1,15 +1,17 @@
|
||||
set(ZLIB_FULL_VERSION 2.0.6)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO zlib-ng/zlib-ng
|
||||
REF 2.0.5
|
||||
SHA512 a643089a8189bf8bd24d679b84f07ae14932b4d88b88e94c44cca23350d6a9bbdaa411822d3651c2b0bf79f30c9f99514cc252cf9e9ab0b3a840540206466654
|
||||
REF "${ZLIB_FULL_VERSION}"
|
||||
SHA512 4888f17160d0a87a9b349704047ae0d0dc57237a10e11adae09ace957afa9743cce5191db67cb082991421fc961ce68011199621034d2369c0e7724fad58b4c5
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
-DZLIB_FULL_VERSION=2.0.3
|
||||
"-DZLIB_FULL_VERSION=${ZLIB_FULL_VERSION}"
|
||||
-DZLIB_ENABLE_TESTS=OFF
|
||||
-DWITH_NEW_STRATEGIES=ON
|
||||
OPTIONS_RELEASE
|
||||
@ -24,4 +26,4 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share"
|
||||
)
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE.md"
|
||||
DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright
|
||||
)
|
||||
)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "zlib-ng",
|
||||
"version": "2.0.5",
|
||||
"version": "2.0.6",
|
||||
"description": "zlib replacement with optimizations for 'next generation' systems",
|
||||
"homepage": "https://github.com/zlib-ng/zlib-ng",
|
||||
"license": "Zlib",
|
||||
|
@ -7701,7 +7701,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"zlib-ng": {
|
||||
"baseline": "2.0.5",
|
||||
"baseline": "2.0.6",
|
||||
"port-version": 0
|
||||
},
|
||||
"zookeeper": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3324dce4e575e9ba671576b06108c612d0b500bf",
|
||||
"version": "2.0.6",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "1edea9190001c716b745514982d2ee684f1183e8",
|
||||
"version": "2.0.5",
|
||||
|
Loading…
x
Reference in New Issue
Block a user