diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/ncurses/portfile.cmake | 2 | ||||
| -rw-r--r-- | ports/ncurses/vcpkg.json | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/ncurses/portfile.cmake b/ports/ncurses/portfile.cmake index 1a282c1b3..71ccfda8b 100644 --- a/ports/ncurses/portfile.cmake +++ b/ports/ncurses/portfile.cmake @@ -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
)
diff --git a/ports/ncurses/vcpkg.json b/ports/ncurses/vcpkg.json index b1e5d5192..a0aa9df57 100644 --- a/ports/ncurses/vcpkg.json +++ b/ports/ncurses/vcpkg.json @@ -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)" } |
