mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:21:29 +08:00
[ftxui] update to 0.11 (#22293)
* update ftxui version * update sha512 * update port vcpkg.json version-string * remove redundant version string * fix git-tree sha in version\ftxui.json * Remove unnecessary port-version. Co-authored-by: Billy O'Neal <bion@microsoft.com>
This commit is contained in:
parent
ee6c3f1bd5
commit
c3dfd6ade0
@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO ArthurSonzogni/FTXUI
|
||||
REF 3d5e4eb6ca11a0827bff68a04f4bf68ca9820e20
|
||||
SHA512 670b0e5d95f7e6132ca7115005efdb1dee645146af82566af3e48bfff64d82dbc058c2f524b8b9d1d92182e4835ff6024067f0eab8dd6204514efa0207b3d33c
|
||||
REF 4188ee2c046ced00cd3accba4cde2318587f8c8a #0.11
|
||||
SHA512 c32d5abbd42b776935c851ca8510201f4856335ea5510ef5e126795a6be405a82ee4dc4526c60acebc1dc4a4e17c58d5027f219bc86628733e86d0e38885f99d
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ftxui",
|
||||
"version-date": "2021-06-17",
|
||||
"version-date": "2021-10-17",
|
||||
"description": "C++ Functional Terminal User Interface",
|
||||
"homepage": "https://github.com/ArthurSonzogni/FTXUI",
|
||||
"license": "MIT",
|
||||
|
@ -2313,7 +2313,7 @@
|
||||
"port-version": 4
|
||||
},
|
||||
"ftxui": {
|
||||
"baseline": "2021-06-17",
|
||||
"baseline": "2021-10-17",
|
||||
"port-version": 0
|
||||
},
|
||||
"function2": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e98623fd181fa1ad4b0ec07053dc140066dfb66f",
|
||||
"version-date": "2021-10-17",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "d7dd27584c015a37dd3266255530e889b16aebcf",
|
||||
"version-date": "2021-06-17",
|
||||
|
Loading…
Reference in New Issue
Block a user