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:
parent
f733b85957
commit
1d7bec0fe7
6 changed files with 8 additions and 9 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue