mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 23:29:03 +08:00
[bfgroup-lyra] Update to 1.6 (#24182)
* Update bfgroup-lyra to 1.6 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
parent
692af196c9
commit
563b5ce493
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO bfgroup/Lyra
|
||||
REF 1.5.1
|
||||
SHA512 e349c57614fe18cfee49b6a3977f133de3e567aa6b1c148abf9510432f7db34b75488739850e48c7943a15151fe2eedb129179d8d73eb61fb4f9a11c54b61086
|
||||
REF 1.6
|
||||
SHA512 e357fd0e925b67a51ad7232035ac66842676837baebf7a69eb416807b11400c283d098a22bf3ae27ce904700c5b849953ede1873d6535a8b34c4704ebcb09748
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
{
|
||||
"name": "bfgroup-lyra",
|
||||
"version": "1.5.1",
|
||||
"version": "1.6",
|
||||
"description": "A simple to use, composable, command line parser for C++ 11 and beyond",
|
||||
"homepage": "https://bfgroup.github.io/Lyra/",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "bbd3e635da6198f0f2458ec62ff937287c5c5b45",
|
||||
"version": "1.6",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "d06d9dff4b3cb6ea57292cb81460f113a905e3ea",
|
||||
"version": "1.5.1",
|
||||
|
@ -449,7 +449,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"bfgroup-lyra": {
|
||||
"baseline": "1.5.1",
|
||||
"baseline": "1.6",
|
||||
"port-version": 0
|
||||
},
|
||||
"bigint": {
|
||||
|
Loading…
Reference in New Issue
Block a user