1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 15:27: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

@ -3,8 +3,7 @@ port=sed
version=4.2.1
useconfigure="true"
files="https://ftp.gnu.org/gnu/sed/sed-${version}.tar.bz2 sed-${version}.tar.bz2
http://ftp.gnu.org/gnu/sed/sed-${version}.tar.bz2.sig sed-${version}.tar.bz2.sig
https://ftp.gnu.org/gnu/sed/sed-${version}.tar.bz2.sig sed-${version}.tar.bz2.sig
https://ftp.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
auth_type="sig"
auth_opts="--keyring ./gnu-keyring.gpg sed-${version}.tar.bz2.sig"