[zlib-ng] fix HEAD_REF (#26591)

* fix head_ref

* update versions
This commit is contained in:
Clinton Ingram 2022-08-31 13:57:26 -07:00 committed by GitHub
parent c4ac478f67
commit 1623a385d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -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(

View File

@ -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",

View File

@ -7970,7 +7970,7 @@
},
"zlib-ng": {
"baseline": "2.0.6",
"port-version": 0
"port-version": 1
},
"zookeeper": {
"baseline": "3.5.6",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "60e9a6f12ede4c5e87d2b3077c25e83991a02eea",
"version": "2.0.6",
"port-version": 1
},
{
"git-tree": "3324dce4e575e9ba671576b06108c612d0b500bf",
"version": "2.0.6",