[libzip] Update to 1.9.2 (#25999)

* [libzip] Update to 1.9.2

* Update
This commit is contained in:
Cheney Wang 2022-07-28 02:21:32 +08:00 committed by GitHub
parent 0257395b0f
commit 5b8640fab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO nih-at/libzip
REF v1.9.0
SHA512 955ea6aa184ad1c0cd3902e252cd7dc6c3b877311e037243223d2e07824146440c690828e77fc41ee943bd8738b8cd03a9b011c1dedacc52e9a7f63d40d242b4
REF 5532f9baa0c44cc5435ad135686a4ea009075b9a #v1.9.2
SHA512 1105bc48c8a554a7fce84028197427b02ff53508592889b37e81cc419eb208d91112b98df2bf2d6f5629887e4418230ee36e3bf03c9ae39cdc39cfa90e7e3e7f
HEAD_REF master
PATCHES
fix-dependency.patch

View File

@ -1,6 +1,6 @@
{
"name": "libzip",
"version-semver": "1.9.0",
"version": "1.9.2",
"description": "A library for reading, creating, and modifying zip archives.",
"homepage": "https://github.com/nih-at/libzip",
"license": "BSD-3-Clause",

View File

@ -4293,7 +4293,7 @@
"port-version": 1
},
"libzip": {
"baseline": "1.9.0",
"baseline": "1.9.2",
"port-version": 0
},
"libzippp": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ec8e48c035f43c65ce9f0f5b455affaa92aa477e",
"version": "1.9.2",
"port-version": 0
},
{
"git-tree": "c09a3e4837603b5b74bd434802fdbf8c2367e494",
"version-semver": "1.9.0",