From 1623a385d38a12b2b9633e2f376a96be580349a1 Mon Sep 17 00:00:00 2001 From: Clinton Ingram Date: Wed, 31 Aug 2022 13:57:26 -0700 Subject: [PATCH] [zlib-ng] fix HEAD_REF (#26591) * fix head_ref * update versions --- ports/zlib-ng/portfile.cmake | 2 +- ports/zlib-ng/vcpkg.json | 1 + versions/baseline.json | 2 +- versions/z-/zlib-ng.json | 5 +++++ 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ports/zlib-ng/portfile.cmake b/ports/zlib-ng/portfile.cmake index 0d110d0f95..4b9f595a1d 100644 --- a/ports/zlib-ng/portfile.cmake +++ b/ports/zlib-ng/portfile.cmake @@ -5,7 +5,7 @@ vcpkg_from_github( REPO zlib-ng/zlib-ng REF "${ZLIB_FULL_VERSION}" SHA512 4888f17160d0a87a9b349704047ae0d0dc57237a10e11adae09ace957afa9743cce5191db67cb082991421fc961ce68011199621034d2369c0e7724fad58b4c5 - HEAD_REF master + HEAD_REF develop ) vcpkg_cmake_configure( diff --git a/ports/zlib-ng/vcpkg.json b/ports/zlib-ng/vcpkg.json index a64c9bd6b7..c36f24e4f5 100644 --- a/ports/zlib-ng/vcpkg.json +++ b/ports/zlib-ng/vcpkg.json @@ -1,6 +1,7 @@ { "name": "zlib-ng", "version": "2.0.6", + "port-version": 1, "description": "zlib replacement with optimizations for 'next generation' systems", "homepage": "https://github.com/zlib-ng/zlib-ng", "license": "Zlib", diff --git a/versions/baseline.json b/versions/baseline.json index 4aed079f18..8702c78258 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -7970,7 +7970,7 @@ }, "zlib-ng": { "baseline": "2.0.6", - "port-version": 0 + "port-version": 1 }, "zookeeper": { "baseline": "3.5.6", diff --git a/versions/z-/zlib-ng.json b/versions/z-/zlib-ng.json index 3cb2637e62..d69c235c4c 100644 --- a/versions/z-/zlib-ng.json +++ b/versions/z-/zlib-ng.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "60e9a6f12ede4c5e87d2b3077c25e83991a02eea", + "version": "2.0.6", + "port-version": 1 + }, { "git-tree": "3324dce4e575e9ba671576b06108c612d0b500bf", "version": "2.0.6",