mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 05:53:22 +08:00
[cpp-peglib] update to 1.8.6 (#36602)
* [cpp-peglib] update to 1.8.6 * [cpp-peglib] update to 1.8.6
This commit is contained in:
parent
42bb0d9e8d
commit
00217337b2
@ -3,7 +3,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO yhirose/cpp-peglib
|
||||
REF "v${VERSION}"
|
||||
SHA512 89fe1112a5db1decde65aa989a74559222b02c897a0f6a3facca295f07467e232c787420243b50786da21f86bc100a869b46963f09051aebade0bb44d2b12800
|
||||
SHA512 c579da831822459c643c43be64eded925b2364bc1ae6b99ab8eaeeb48f441ecc2c019b08313027fd12113a1356826c7570d0c8b1b0ea7eef6984d810903b92c4
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cpp-peglib",
|
||||
"version": "1.8.5",
|
||||
"version": "1.8.6",
|
||||
"description": "C++11 header-only PEG (Parsing Expression Grammars) library.",
|
||||
"license": "MIT"
|
||||
}
|
||||
|
@ -1849,7 +1849,7 @@
|
||||
"port-version": 9
|
||||
},
|
||||
"cpp-peglib": {
|
||||
"baseline": "1.8.5",
|
||||
"baseline": "1.8.6",
|
||||
"port-version": 0
|
||||
},
|
||||
"cpp-redis": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "aab20faa46849572df0241317b6b5c309a77ac70",
|
||||
"version": "1.8.6",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "1db90f789f11e0bcb31b569171d0fc3fda779dfc",
|
||||
"version": "1.8.5",
|
||||
|
Loading…
x
Reference in New Issue
Block a user