Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ras0219-msft the ftp link of invisible-island seems to also not work. Wouldn't it be reasonable to use a mirror also for gnu - in this case https://ftpmirror.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