[cpp-peglib] update to 1.9.0 (#41031)

This commit is contained in:
Jia Yue Hua 2024-09-18 06:34:44 +08:00 committed by GitHub
parent cc12c9039c
commit 888a2b9fb5
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 c579da831822459c643c43be64eded925b2364bc1ae6b99ab8eaeeb48f441ecc2c019b08313027fd12113a1356826c7570d0c8b1b0ea7eef6984d810903b92c4
SHA512 084e2770a6f73a66a90b43bae0f2c372c1767ca975e2ca2581f38b1828c3587bcfe400868cb5710b7546b499e516040fe33145a2c4098c15de11d384f6377bf4
HEAD_REF master
)

View File

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

View File

@ -1905,7 +1905,7 @@
"port-version": 9
},
"cpp-peglib": {
"baseline": "1.8.6",
"baseline": "1.9.0",
"port-version": 0
},
"cpp-redis": {

View File

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