[cpp-peglib] Bump to 1.9.1 (#42886)

This commit is contained in:
Weihang Ding 2024-12-24 01:39:01 +08:00 committed by GitHub
parent d75af6919c
commit 6f15319425
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -3,7 +3,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO yhirose/cpp-peglib
REF "v${VERSION}"
SHA512 084e2770a6f73a66a90b43bae0f2c372c1767ca975e2ca2581f38b1828c3587bcfe400868cb5710b7546b499e516040fe33145a2c4098c15de11d384f6377bf4
SHA512 09bd45132933b39c7b9c6026ca7149b79c6833b86037c18b2d101842cf48fe839188e215f6c4eba286f17a831887b9b34e59f43b9148729f5f8e7c56e0c829ba
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "cpp-peglib",
"version": "1.9.0",
"version": "1.9.1",
"description": "C++11 header-only PEG (Parsing Expression Grammars) library.",
"license": "MIT"
}

View File

@ -1913,7 +1913,7 @@
"port-version": 9
},
"cpp-peglib": {
"baseline": "1.9.0",
"baseline": "1.9.1",
"port-version": 0
},
"cpp-pinyin": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9817053f70c52e2f47411cee3d1293189fd887e0",
"version": "1.9.1",
"port-version": 0
},
{
"git-tree": "ad61047a51713b6c2a3d1d6be1bf48e4b536bc26",
"version": "1.9.0",