[libenvpp] update to 1.3.0 (#34470)

This commit is contained in:
Jia Yue Hua 2023-10-14 03:00:21 +08:00 committed by GitHub
parent d297ef5bff
commit 9b18ccb8d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO ph3at/libenvpp REPO ph3at/libenvpp
REF v${VERSION} REF v${VERSION}
SHA512 d8d2e6405311be1cba47cdf1c8b29018c84716a0d34a18bf3b6fa8c05f5eddf447ddee407a407d765e92296c5d7e7b5f2fe4561fb66f5165826825158ef82fc8 SHA512 0b4ed6496efc54165e8e161510146146cfefb90c303a913bab6a6749ae4292823c19f34734d417a2bd4d44d8d05a68c60acd852c03487f40ba6126eeb3db16bd
HEAD_REF main HEAD_REF main
PATCHES PATCHES
fix-dependencies.patch fix-dependencies.patch

View File

@ -1,6 +1,6 @@
{ {
"name": "libenvpp", "name": "libenvpp",
"version": "1.0.0", "version": "1.3.0",
"description": "A modern C++ library for type-safe environment variable parsing ", "description": "A modern C++ library for type-safe environment variable parsing ",
"homepage": "https://github.com/ph3at/libenvpp", "homepage": "https://github.com/ph3at/libenvpp",
"license": "Apache-2.0", "license": "Apache-2.0",

View File

@ -4129,7 +4129,7 @@
"port-version": 2 "port-version": 2
}, },
"libenvpp": { "libenvpp": {
"baseline": "1.0.0", "baseline": "1.3.0",
"port-version": 0 "port-version": 0
}, },
"libepoxy": { "libepoxy": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "5388e430f77d77307fe2d4358241e684886390bb",
"version": "1.3.0",
"port-version": 0
},
{ {
"git-tree": "8eb66698367b380452b1f693237d383381e2373e", "git-tree": "8eb66698367b380452b1f693237d383381e2373e",
"version": "1.0.0", "version": "1.0.0",