[lpeg] update to 1.1.0 (#35580)

This commit is contained in:
dundargoc 2023-12-12 10:22:44 +01:00 committed by GitHub
parent 9ca8099ffb
commit dd38f20a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 9 deletions

View File

@ -12,6 +12,7 @@ add_library(lpeg
lpprint.c
lpcap.c
lpcode.c
lpcset.c
lpeg.def)
target_include_directories(lpeg PRIVATE ${LPEG_INCLUDES})

View File

@ -1,9 +1,7 @@
set(LPEG_VER 1.0.2)
vcpkg_download_distfile(ARCHIVE
URLS "http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-${LPEG_VER}.tar.gz"
FILENAME "lpeg-${LPEG_VER}.tar.gz"
SHA512 110527ddf9f8e5e8a80ef0ae8847c8ba8cd2597dba3bfe2865cba9af60daafbb885f21e74231952f5ab793d021e050b482066a821c6954d52090a5eae77e9814
URLS "https://www.inf.puc-rio.br/~roberto/lpeg/lpeg-${VERSION}.tar.gz"
FILENAME "lpeg-${VERSION}.tar.gz"
SHA512 01b2a4ceb2d110e143603bc63c84a59736ea735dd0ed9866286ba115d41be48d09c9ff21c8e2327974d2296944f6508d50a5c3a18f26ac1d81b8b2fc41f61222
)
vcpkg_extract_source_archive(

View File

@ -1,7 +1,6 @@
{
"name": "lpeg",
"version": "1.0.2",
"port-version": 4,
"version": "1.1.0",
"description": "LPeg is a pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs).",
"homepage": "https://www.inf.puc-rio.br/~roberto/lpeg",
"dependencies": [

View File

@ -5277,8 +5277,8 @@
"port-version": 3
},
"lpeg": {
"baseline": "1.0.2",
"port-version": 4
"baseline": "1.1.0",
"port-version": 0
},
"ltla-aarand": {
"baseline": "2023-03-19",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a1832dfc0fc6e11738a1653cdf7a65ccde8903ba",
"version": "1.1.0",
"port-version": 0
},
{
"git-tree": "e364c24f0029fc6589aae6051eec09af14cc02d2",
"version": "1.0.2",