mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 02:47:35 +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
|
@ -2,7 +2,7 @@
|
|||
port='gettext'
|
||||
version='0.21.1'
|
||||
useconfigure='true'
|
||||
files="https://ftp.gnu.org/pub/gnu/gettext/gettext-${version}.tar.gz gettext-${version}.tar.gz e8c3650e1d8cee875c4f355642382c1df83058bd5a11ee8555c0cf276d646d45"
|
||||
files="https://ftpmirror.gnu.org/pub/gnu/gettext/gettext-${version}.tar.gz gettext-${version}.tar.gz e8c3650e1d8cee875c4f355642382c1df83058bd5a11ee8555c0cf276d646d45"
|
||||
auth_type='sha256'
|
||||
depends=("libiconv")
|
||||
use_fresh_config_sub='true'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue