[vcpkg baseline][ncurses] Fix gnu download link (#18579)

* [ncurses] Fix gnu download link

* update version record
This commit is contained in:
Jack·Boos·Yu 2021-06-25 04:09:12 +08:00 committed by GitHub
parent bf8d04a499
commit 27d3469704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -5,7 +5,7 @@ vcpkg_download_distfile(
URLS
"https://invisible-mirror.net/archives/ncurses/ncurses-6.2.tar.gz"
"ftp://ftp.invisible-island.net/ncurses/ncurses-6.2.tar.gz"
"ftp://ftp.gnu.org/gnu/ncurses/ncurses-6.2.tar.gz"
"https://ftp.gnu.org/gnu/ncurses/ncurses-6.2.tar.gz"
FILENAME "ncurses-6.2.tgz"
SHA512 4c1333dcc30e858e8a9525d4b9aefb60000cfc727bc4a1062bace06ffc4639ad9f6e54f6bdda0e3a0e5ea14de995f96b52b3327d9ec633608792c99a1e8d840d
)

View File

@ -1,6 +1,7 @@
{
"name": "ncurses",
"version-string": "6.2",
"port-version": 1,
"description": "free software emulation of curses in System V Release 4.0",
"supports": "!(windows | uwp)"
}

View File

@ -4270,7 +4270,7 @@
},
"ncurses": {
"baseline": "6.2",
"port-version": 0
"port-version": 1
},
"neargye-semver": {
"baseline": "0.2.2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f196044f9f7779e0bdb54015dbd3be84aaa00820",
"version-string": "6.2",
"port-version": 1
},
{
"git-tree": "ab8de39c1659867da459ac0bec7e09bee5762819",
"version-string": "6.2",