[libenvpp] update to 1.4.1 (#41021)

This commit is contained in:
Jia Yue Hua 2024-09-18 05:55:21 +08:00 committed by GitHub
parent 8562430f28
commit f4223cf405
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 5e56404983770b6838d43311490cbd49ef68aad84868b3d9cb9dcb104d33e34eb3588d494bc120179c75c242a3bdc0c4e39c36f7fb732a37a843c1b79c22886f SHA512 1c5d0575d9f1668c68d23aa4163eba18a90173ac7601d8b8f142d9826e3971ad9d0a1d880d6d3f8a80ed964b4fca2e28590d130fdce542d85e04413687b3b0ae
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.4.0", "version": "1.4.1",
"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

@ -4445,7 +4445,7 @@
"port-version": 2 "port-version": 2
}, },
"libenvpp": { "libenvpp": {
"baseline": "1.4.0", "baseline": "1.4.1",
"port-version": 0 "port-version": 0
}, },
"libepoxy": { "libepoxy": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "f075b99c80edc78c2715f09fd238188725c38871",
"version": "1.4.1",
"port-version": 0
},
{ {
"git-tree": "f962d07f14dc8c86cb927e566bb8dd58670f00c7", "git-tree": "f962d07f14dc8c86cb927e566bb8dd58670f00c7",
"version": "1.4.0", "version": "1.4.0",