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

@ -3,4 +3,4 @@ port=termcap
version=1.3.1
useconfigure=true
configopts="--prefix=${SERENITY_BUILD_DIR}/Root/usr"
files="https://ftp.gnu.org/gnu/termcap/termcap-${version}.tar.gz termcap-${version}.tar.gz"
files="https://ftpmirror.gnu.org/gnu/termcap/termcap-${version}.tar.gz termcap-${version}.tar.gz"