mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:27:43 +00:00
Ports: Replace gsl download mirror with functional download url
This commit is contained in:
parent
e3eb68dd58
commit
8f531a62eb
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
port="gsl"
|
||||
version="2.7"
|
||||
useconfigure="true"
|
||||
files="https://mirror.freedif.org/GNU/gsl/gsl-${version}.tar.gz gsl-${version}.tar.gz
|
||||
https://mirror.freedif.org/GNU/gsl/gsl-${version}.tar.gz.sig gsl-${version}.tar.gz.sig
|
||||
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
|
||||
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