Update `bxzstr` to the latest version 1.2.1.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version.~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
This commit is contained in:
Cheney Wang 2024-05-17 09:52:03 +08:00 коммит произвёл GitHub
Родитель c66fd55f6f
Коммит 18ad8e69fc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 9 добавлений и 5 удалений

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3f65837ce5ca6286c092c3f837d185e9ec51c4d1",
"version": "1.2.1",
"port-version": 0
},
{
"git-tree": "23e9ed2e92c2146d490f3d2b61de409c0201adeb",
"version": "1.2.0",

Просмотреть файл

@ -1413,8 +1413,8 @@
"port-version": 4
},
"bxzstr": {
"baseline": "1.2.0",
"port-version": 1
"baseline": "1.2.1",
"port-version": 0
},
"byte-lite": {
"baseline": "0.3.0",