mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
Ports/gawk: Update to 5.3.1
This commit is contained in:
parent
d3cc7a3135
commit
b1bfe4448a
2 changed files with 3 additions and 3 deletions
|
@ -89,7 +89,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||||
| [`freedink`](freedink/) | FreeDink | 109.6 | https://www.gnu.org/software/freedink/ |
|
| [`freedink`](freedink/) | FreeDink | 109.6 | https://www.gnu.org/software/freedink/ |
|
||||||
| [`freetype`](freetype/) | FreeType | 2.13.2 | https://www.freetype.org/ |
|
| [`freetype`](freetype/) | FreeType | 2.13.2 | https://www.freetype.org/ |
|
||||||
| [`frotz`](frotz/) | Frotz | 2.54 | https://gitlab.com/DavidGriffith/frotz |
|
| [`frotz`](frotz/) | Frotz | 2.54 | https://gitlab.com/DavidGriffith/frotz |
|
||||||
| [`gawk`](gawk/) | GNU awk | 5.3.0 | https://www.gnu.org/software/gawk/ |
|
| [`gawk`](gawk/) | GNU awk | 5.3.1 | https://www.gnu.org/software/gawk/ |
|
||||||
| [`gcc`](gcc/) | GNU Compiler Collection | 13.2.0 | https://gcc.gnu.org/ |
|
| [`gcc`](gcc/) | GNU Compiler Collection | 13.2.0 | https://gcc.gnu.org/ |
|
||||||
| [`gdb`](gdb/) | GNU Project Debugger | 11.2 | https://sourceware.org/gdb |
|
| [`gdb`](gdb/) | GNU Project Debugger | 11.2 | https://sourceware.org/gdb |
|
||||||
| [`gemrb`](gemrb/) | GemRB | 0.9.2 | https://gemrb.org/ |
|
| [`gemrb`](gemrb/) | GemRB | 0.9.2 | https://gemrb.org/ |
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port='gawk'
|
port='gawk'
|
||||||
version='5.3.0'
|
version='5.3.1'
|
||||||
useconfigure='true'
|
useconfigure='true'
|
||||||
files=(
|
files=(
|
||||||
"https://ftpmirror.gnu.org/gnu/gawk/gawk-${version}.tar.gz#378f8864ec21cfceaa048f7e1869ac9b4597b449087caf1eb55e440d30273336"
|
"https://ftpmirror.gnu.org/gnu/gawk/gawk-${version}.tar.gz#fa41b3a85413af87fb5e3a7d9c8fa8d4a20728c67651185bb49c38a7f9382b1e"
|
||||||
)
|
)
|
||||||
depends=(
|
depends=(
|
||||||
'gmp'
|
'gmp'
|
||||||
|
|
Loading…
Reference in a new issue