mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:29:00 +08:00
[libenvpp] update to 1.4.1 (#41021)
This commit is contained in:
parent
8562430f28
commit
f4223cf405
@ -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
|
||||||
|
@ -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",
|
||||||
|
@ -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": {
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user