mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
Ports: Replace gsl download mirror with functional download url
This commit is contained in:
parent
e3eb68dd58
commit
8f531a62eb
Notes:
sideshowbarker
2024-07-17 17:23:52 +09:00
Author: https://github.com/archanox 🔰 Commit: https://github.com/SerenityOS/serenity/commit/8f531a62eb Pull-request: https://github.com/SerenityOS/serenity/pull/12966 Reviewed-by: https://github.com/AtkinsSJ Reviewed-by: https://github.com/linusg
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…
Reference in a new issue