[vlpp] Update to 1.2.10.2 (#42130)

This commit is contained in:
jim wang 2024-11-13 20:14:40 +00:00 committed by GitHub
parent 89f00b3b86
commit e109e2de62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11 additions and 6 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO vczh-libraries/Release REPO vczh-libraries/Release
REF "1.12.10.1" REF "${VERSION}"
SHA512 8884709c919e7536b89da2cc9905a2d71260668f9ce63fa3d4f13c5cc58dd2fade481e738d756fde4c0bc3c5eb9c79db5609b03953838dfb3b964d3463b75432 SHA512 327f62a03e45f90cdf84a973b097b0e7643848fe771919044c1b83635e74b26439fe96fb413d100b33ce030a013a0cb84b34597ca69de2478a4c773ba9b2ccf2
HEAD_REF master HEAD_REF master
PATCHES PATCHES
fix-tool-build.patch fix-tool-build.patch

View File

@ -1,6 +1,6 @@
{ {
"name": "vlpp", "name": "vlpp",
"version": "1.2.10.1", "version": "1.2.10.2",
"maintainers": "vczh", "maintainers": "vczh",
"description": "Common C++ construction, including string operation / generic container / linq / General-LR parser generator / multithreading / reflection for C++ / etc", "description": "Common C++ construction, including string operation / generic container / linq / General-LR parser generator / multithreading / reflection for C++ / etc",
"homepage": "https://github.com/vczh-libraries/Release", "homepage": "https://github.com/vczh-libraries/Release",

View File

@ -5665,8 +5665,8 @@
"port-version": 1 "port-version": 1
}, },
"luau": { "luau": {
"baseline": "0.651", "baseline": "0.651",
"port-version": 0 "port-version": 0
}, },
"luminoengine": { "luminoengine": {
"baseline": "0.10.1", "baseline": "0.10.1",
@ -9465,7 +9465,7 @@
"port-version": 4 "port-version": 4
}, },
"vlpp": { "vlpp": {
"baseline": "1.2.10.1", "baseline": "1.2.10.2",
"port-version": 0 "port-version": 0
}, },
"volk": { "volk": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "05db8dfa678ad7f39d99d7a73d35df6e8dbf684c",
"version": "1.2.10.2",
"port-version": 0
},
{ {
"git-tree": "e1b6401de0adad14cac063543dc34e7eb048beb7", "git-tree": "e1b6401de0adad14cac063543dc34e7eb048beb7",
"version": "1.2.10.1", "version": "1.2.10.1",