[ncurses] Fix crossbuild (#27614)

* Fix cross-builds

* Update versions
This commit is contained in:
Kai Pastor 2022-11-03 23:19:08 +01:00 committed by GitHub
parent cdf0a242e4
commit a4013afe6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 3 deletions

View File

@ -54,6 +54,7 @@ set(OPTIONS_RELEASE
vcpkg_configure_make(
SOURCE_PATH "${SOURCE_PATH}"
DETERMINE_BUILD_TRIPLET
OPTIONS ${OPTIONS}
OPTIONS_DEBUG ${OPTIONS_DEBUG}
OPTIONS_RELEASE ${OPTIONS_RELEASE}

View File

@ -1,8 +1,8 @@
{
"name": "ncurses",
"version": "6.3",
"port-version": 2,
"description": "free software emulation of curses in System V Release 4.0",
"port-version": 3,
"description": "Free software emulation of curses in System V Release 4.0, and more",
"homepage": "https://invisible-island.net/ncurses/announce.html",
"license": "MIT",
"supports": "!windows | mingw"

View File

@ -5118,7 +5118,7 @@
},
"ncurses": {
"baseline": "6.3",
"port-version": 2
"port-version": 3
},
"neargye-semver": {
"baseline": "0.3.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3c178c66e9a39b757a4fd10782bbd32165ef2b0e",
"version": "6.3",
"port-version": 3
},
{
"git-tree": "f61c866b4032d902b9c31cec60a4418615ae921b",
"version": "6.3",