diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-06-25 04:09:12 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-24 13:09:12 -0700 |
| commit | 27d34697040e506403506f3e583a47802362ef64 (patch) | |
| tree | 075a18e8ad3bbe0d3ed407946fd977b169578be4 /ports | |
| parent | bf8d04a4990cb5413d3c7f62e2dbdd97a498130a (diff) | |
| download | vcpkg-27d34697040e506403506f3e583a47802362ef64.tar.gz vcpkg-27d34697040e506403506f3e583a47802362ef64.zip | |
[vcpkg baseline][ncurses] Fix gnu download link (#18579)
* [ncurses] Fix gnu download link
* update version record
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)" } |
