mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 17:40:27 +00:00
50758181a3
This commit updates the formatting for all ports to be updated in this PR in one go, to keep those changes centralized.
7 lines
230 B
Bash
Executable file
7 lines
230 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='gawk'
|
|
version='5.2.1'
|
|
useconfigure='true'
|
|
files=(
|
|
"https://ftpmirror.gnu.org/gnu/gawk/gawk-${version}.tar.gz#529e7c8c6acf21ff3a6183f4d763c632810908989c24675c77995d51ac37b79c"
|
|
)
|