mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 12:17:36 +00:00
Toolchain+Ports: Use ftpmirror.gnu.org
for faster downloads
This service automatically redirects to a mirror that's geographically closer, which should make downloading the tarballs faster. The GNU project recommends this instead of bombarding their top-level downloads site.
This commit is contained in:
parent
9bceff88c8
commit
41f7f821f6
10 changed files with 13 additions and 13 deletions
|
@ -3,8 +3,8 @@
|
|||
port=gsl
|
||||
version=2.7.1
|
||||
useconfigure=true
|
||||
files="https://ftp.gnu.org/gnu/gsl/gsl-${version}.tar.gz gsl-${version}.tar.gz
|
||||
https://ftp.gnu.org/gnu/gsl/gsl-${version}.tar.gz.sig gsl-${version}.tar.gz.sig
|
||||
files="https://ftpmirror.gnu.org/gnu/gsl/gsl-${version}.tar.gz gsl-${version}.tar.gz
|
||||
https://ftpmirror.gnu.org/gnu/gsl/gsl-${version}.tar.gz.sig gsl-${version}.tar.gz.sig
|
||||
https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
|
||||
auth_type=sig
|
||||
auth_opts=("--keyring" "./gnu-keyring.gpg" "gsl-${version}.tar.gz.sig")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue