Ports: Use HTTPS when accessing ftpmirror.gnu.org
Unlike what the name might suggest ftpmirror.gnu.org isn't accessible via FTP.
This commit is contained in:
parent
46d8104012
commit
e932129e5a
Notes:
sideshowbarker
2024-07-18 20:18:42 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/e932129e5ae Pull-request: https://github.com/SerenityOS/serenity/pull/6344 Reviewed-by: https://github.com/bcoles ✅
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ port=ncurses
|
|||
version=6.2
|
||||
useconfigure=true
|
||||
configopts="--with-termlib --enable-pc-files --with-pkg-config=/usr/local/lib/pkgconfig --with-pkg-config-libdir=/usr/local/lib/pkgconfig --without-ada --enable-sigwinch"
|
||||
files="ftp://ftpmirror.gnu.org/gnu/ncurses/ncurses-${version}.tar.gz ncurses-${version}.tar.gz
|
||||
files="https://ftpmirror.gnu.org/gnu/ncurses/ncurses-${version}.tar.gz ncurses-${version}.tar.gz
|
||||
https://ftpmirror.gnu.org/gnu/ncurses/ncurses-${version}.tar.gz.sig ncurses-${version}.tar.gz.sig
|
||||
https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
|
||||
auth_type="sig"
|
||||
|
|
Loading…
Add table
Reference in a new issue