1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:37:45 +00:00

Ports: Use ftpmirror.gnu.org mirror server for GNU ports

This commit is contained in:
Brendan Coles 2021-04-15 06:59:01 +00:00 committed by Andreas Kling
parent b2c952a6fa
commit 62ced35346
19 changed files with 49 additions and 49 deletions

View file

@ -4,7 +4,7 @@ version=3.3
useconfigure=false
files="https://download.savannah.gnu.org/releases/dmidecode/dmidecode-${version}.tar.xz dmidecode-${version}.tar.xz
https://download.savannah.gnu.org/releases/dmidecode/dmidecode-${version}.tar.xz.sig dmidecode-${version}.tar.xz.sig
https://ftp.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
auth_type="sig"
auth_import_key="90DFD6523C57373D81F63D19865688D038F02FC8"
auth_opts="--keyring ./gnu-keyring.gpg dmidecode-${version}.tar.xz.sig"