[libcbor] update to 0.13.0 (#47148)

This commit is contained in:
toge
2025-09-04 05:45:45 +09:00
committed by GitHub
parent 244222d34c
commit 16fa044f80
4 changed files with 8 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO PJK/libcbor
REF "v${VERSION}"
SHA512 07fcf4e758742e6d430eaab0b333e8f836587c6eeb3f15eea094f8e7881804998382335737df6e2a5d0f570eb9cb46bae6c6d1058aeca8fa29b973a98ae6b69b
SHA512 4b41f3c55de0169a60cbd353694c741c3db32d6a173feb1cb14022a7daf8511fc32befbaff7133903ea005df3db02e8ebd67881dff2cfdb89a5e51203b03fe4f
HEAD_REF master
)

View File

@@ -1,6 +1,6 @@
{
"name": "libcbor",
"version": "0.12.0",
"version": "0.13.0",
"description": "libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format",
"homepage": "https://github.com/PJK/libcbor",
"license": "MIT",

View File

@@ -4593,7 +4593,7 @@
"port-version": 1
},
"libcbor": {
"baseline": "0.12.0",
"baseline": "0.13.0",
"port-version": 0
},
"libcds": {

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "56bee9cfef361516925be60ed6ecb8298ee21053",
"version": "0.13.0",
"port-version": 0
},
{
"git-tree": "e66ca52e987dffb90740c4ec1c8d0e49300e8c14",
"version": "0.12.0",