Skip to content

Commit

Permalink
[ftxui] update to 3.0.0 (#25063)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurSonzogni authored Jun 6, 2022
1 parent 67c2bdc commit 0f04226
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/ftxui/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ArthurSonzogni/FTXUI
REF 81b7207121e41c3b838eca6f54396e4f676fa3d8 # 2.0.0
SHA512 44a0617e591f5340090866dd02d786af5de948829b00839c6fd0fdb67e8a5ec71fadecaa433892773b2073668fb9cef62652479d9793bdf323c91ebb9595c7e5
REF c033ca61ae8fb264542d0326d1309e0a3bde945a # 3.0.0
SHA512 ca1468f30f90c3a886fbb6dea113699623d601da10b39a6a33d89780cd825bec8deb431872a2515fce05c7a5d581d4b56860b19654df8cf90e389dfa964f013c
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/ftxui/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "ftxui",
"version-semver": "2.0.0",
"port-version": 1,
"version-semver": "3.0.0",
"description": "C++ Functional Terminal User Interface",
"homepage": "https://github.com/ArthurSonzogni/FTXUI",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2385,8 +2385,8 @@
"port-version": 1
},
"ftxui": {
"baseline": "2.0.0",
"port-version": 1
"baseline": "3.0.0",
"port-version": 0
},
"function2": {
"baseline": "4.2.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/ftxui.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "42d65bbb4e3ffbb459b80b05de4322fa10593e29",
"version-semver": "3.0.0",
"port-version": 0
},
{
"git-tree": "f84934653f0ae5ca32279726f41dae1b2f6a4fb5",
"version-semver": "2.0.0",
Expand Down

0 comments on commit 0f04226

Please sign in to comment.