mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 21:54:40 +03:00
41f7f821f6
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.
9 lines
354 B
Bash
Executable File
9 lines
354 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='findutils'
|
|
version='4.9.0'
|
|
useconfigure='true'
|
|
use_fresh_config_sub='true'
|
|
config_sub_paths=('build-aux/config.sub')
|
|
files="https://ftpmirror.gnu.org/gnu/findutils/findutils-${version}.tar.xz findutils-${version}.tar.xz a2bfb8c09d436770edc59f50fa483e785b161a3b7b9d547573cb08065fd462fe"
|
|
auth_type='sha256'
|