mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
parent
cdf0a242e4
commit
a4013afe6d
@ -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}
|
||||
|
@ -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"
|
||||
|
@ -5118,7 +5118,7 @@
|
||||
},
|
||||
"ncurses": {
|
||||
"baseline": "6.3",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"neargye-semver": {
|
||||
"baseline": "0.3.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3c178c66e9a39b757a4fd10782bbd32165ef2b0e",
|
||||
"version": "6.3",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "f61c866b4032d902b9c31cec60a4418615ae921b",
|
||||
"version": "6.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user