vcpkg/ports/zlib-ng/vcpkg.json
Clinton Ingram 1623a385d3
[zlib-ng] fix HEAD_REF (#26591)
* fix head_ref

* update versions
2022-08-31 13:57:26 -07:00

15 lines
311 B
JSON

{
"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",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}