[bxzstr] Update to 1.2.2 (#40206)

This commit is contained in:
Cheney Wang 2024-08-01 14:32:52 -07:00 committed by GitHub
parent f6565b6ebf
commit 4bf0b8a13a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO tmaklin/bxzstr
REF "v${VERSION}"
SHA512 0e9b265c817d586b66436882821c365ad4be79d87673fed995f2a7341291350e04ce65f2b3d48d397f6c5e3dd564a61fcad7b0228640a9f83533022a3552a493
SHA512 8ea73cc531be6b75cddc0ac3d633df5f0b647c61b57e788052273efa8ab3bb9c23760156db8876ab0d7d48e067af2ed49bd3aa8644b4e8ea518be84a284b2ef4
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "bxzstr",
"version": "1.2.1",
"version": "1.2.2",
"description": "A C++ header-only ZLib/libBZ2/libLZMA/Zstandard wrapper.",
"homepage": "https://github.com/tmaklin/bxzstr",
"license": "MPL-2.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "92e43505182b0acdde866c2f3338cbaa01ee1ee1",
"version": "1.2.2",
"port-version": 0
},
{
"git-tree": "3f65837ce5ca6286c092c3f837d185e9ec51c4d1",
"version": "1.2.1",

View File

@ -1421,7 +1421,7 @@
"port-version": 4
},
"bxzstr": {
"baseline": "1.2.1",
"baseline": "1.2.2",
"port-version": 0
},
"byte-lite": {