mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-21 15:14:13 +00:00
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.
7 lines
267 B
Bash
Executable File
7 lines
267 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='which'
|
|
version='2.21'
|
|
useconfigure='true'
|
|
files="https://ftpmirror.gnu.org/gnu/which/which-${version}.tar.gz which-${version}.tar.gz f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad"
|
|
auth_type='sha256'
|