1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:47:34 +00:00

Ports: Download GNU port archives and signatures using HTTPS

This commit is contained in:
Brendan Coles 2021-04-10 07:54:55 +00:00 committed by Andreas Kling
parent f733b85957
commit 1d7bec0fe7
6 changed files with 8 additions and 9 deletions

View file

@ -2,8 +2,8 @@
port=less
version=530
useconfigure="true"
files="http://ftp.gnu.org/gnu/less/less-${version}.tar.gz less-${version}.tar.gz
http://ftp.gnu.org/gnu/less/less-${version}.tar.gz.sig less-${version}.tar.gz.sig
files="https://ftp.gnu.org/gnu/less/less-${version}.tar.gz less-${version}.tar.gz
https://ftp.gnu.org/gnu/less/less-${version}.tar.gz.sig less-${version}.tar.gz.sig
https://ftp.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
depends="ncurses"