Skip to content

Commit

Permalink
[vcpkg baseline][ncurses] Fix gnu download link (#18579)
Browse files Browse the repository at this point in the history
* [ncurses] Fix gnu download link

* update version record
  • Loading branch information
JackBoosY authored Jun 24, 2021
1 parent bf8d04a commit 27d3469
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/ncurses/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
1 change: 1 addition & 0 deletions ports/ncurses/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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)"
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4270,7 +4270,7 @@
},
"ncurses": {
"baseline": "6.2",
"port-version": 0
"port-version": 1
},
"neargye-semver": {
"baseline": "0.2.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/n-/ncurses.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f196044f9f7779e0bdb54015dbd3be84aaa00820",
"version-string": "6.2",
"port-version": 1
},
{
"git-tree": "ab8de39c1659867da459ac0bec7e09bee5762819",
"version-string": "6.2",
Expand Down

0 comments on commit 27d3469

Please sign in to comment.