mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[pegtl] Update from v3.2.2 to v3.2.5 (#23344)
* Bump version to 3.2.5 for fix with recent MSVC * Run vcpkg x-add-version --all
This commit is contained in:
parent
1ac50ccd85
commit
3c5592beeb
@ -1,9 +1,9 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO taocpp/pegtl
|
||||
REF 3.2.2
|
||||
SHA512 7ad055e38b362d6b90a49d5deb400948febfbcc30898e05548424bc758f38ffb3f69ca0db41e4480697f8916c90bdb3e48927a4db0caa7a20c8012b1a6d1fe08
|
||||
HEAD_REF master
|
||||
REF 3.2.5
|
||||
SHA512 e531eaeef614d822e4bddbc6662fbe116cc1536fa308109f28ce5433607e6102f4e754a31094f9c349e4319914da6c83450dd2e8fa10dcfc3eee5a5dca547c14
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
@ -22,4 +22,4 @@ vcpkg_cmake_config_fixup(CONFIG_PATH share/pegtl/cmake)
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
|
||||
|
||||
# Handle copyright
|
||||
file(RENAME "${CURRENT_PACKAGES_DIR}/share/pegtl/LICENSE" "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
|
||||
file(RENAME "${CURRENT_PACKAGES_DIR}/share/${PORT}/LICENSE" "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
|
||||
|
@ -1,8 +1,9 @@
|
||||
{
|
||||
"name": "pegtl",
|
||||
"version-semver": "3.2.2",
|
||||
"version-semver": "3.2.5",
|
||||
"description": "The Parsing Expression Grammar Template Library (PEGTL) is a zero-dependency C++ header-only parser combinator library for creating parsers according to a Parsing Expression Grammar (PEG).",
|
||||
"homepage": "https://github.com/taocpp/PEGTL",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -5289,7 +5289,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"pegtl": {
|
||||
"baseline": "3.2.2",
|
||||
"baseline": "3.2.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"pegtl-2": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "43adc8ee136a8dd0ea88b54a6a7fdc7325cf7327",
|
||||
"version-semver": "3.2.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "9e9bdd7c1860ebc540ca2df7ab8451e596dfff3a",
|
||||
"version-semver": "3.2.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user