mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 05:53:03 +08:00
[bitsery] Update to v5.2.3 (#32898)
* Update bitsery to v5.2.3 Update bitsery to v5.2.3 * Update bitsery.json file Update bitsery.json file * Update ports/bitsery/portfile.cmake Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * Update bitsery.json file Update bitsery.json file * update hash * version --------- Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> Co-authored-by: Frank xie (Beyondsoft Corporation) <v-frankxie@microsoft.com> Co-authored-by: Frank <1433351828@qq.com>
This commit is contained in:
parent
ab5927a4f8
commit
b4d4529356
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO fraillt/bitsery
|
||||
REF c0fc083c9de805e5825d7553507569febf6a6f93 # v5.2.2
|
||||
SHA512 a4c8660f6e8dcb5162f6f75e0f1e4716032b8403e9461f42e0628955eb07dc7c17aec9f774f45c2c15cce28a231699a71815d3d6d7d0f34a1367ee1e2d944305
|
||||
REF "v${VERSION}"
|
||||
SHA512 6edaf4d5f22d640df67813f7525c2e076a76911079e25eeb93f4302a835b26d986379d1aad6bdb98f1781af3a5d638ee02ea9c32765741ce91366b518fc4d447
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bitsery",
|
||||
"version": "5.2.2",
|
||||
"version": "5.2.3",
|
||||
"description": "Header only C++ binary serialization library",
|
||||
"homepage": "https://github.com/fraillt/bitsery",
|
||||
"dependencies": [
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7c511e7c691fc3d0c4f146298daa7e0a4f4446e5",
|
||||
"version": "5.2.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "6fdd20d510ccb63049b899419af07461f42097e5",
|
||||
"version": "5.2.2",
|
||||
|
@ -601,7 +601,7 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"bitsery": {
|
||||
"baseline": "5.2.2",
|
||||
"baseline": "5.2.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"blake3": {
|
||||
|
Loading…
Reference in New Issue
Block a user