Ports/gawk: Update to 5.3.1

This commit is contained in:
butter1125 2025-01-05 09:59:40 -05:00 committed by Nico Weber
parent d3cc7a3135
commit b1bfe4448a
2 changed files with 3 additions and 3 deletions

View file

@ -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/ |
| [`freetype`](freetype/) | FreeType | 2.13.2 | https://www.freetype.org/ |
| [`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/ |
| [`gdb`](gdb/) | GNU Project Debugger | 11.2 | https://sourceware.org/gdb |
| [`gemrb`](gemrb/) | GemRB | 0.9.2 | https://gemrb.org/ |

View file

@ -1,9 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='gawk'
version='5.3.0'
version='5.3.1'
useconfigure='true'
files=(
"https://ftpmirror.gnu.org/gnu/gawk/gawk-${version}.tar.gz#378f8864ec21cfceaa048f7e1869ac9b4597b449087caf1eb55e440d30273336"
"https://ftpmirror.gnu.org/gnu/gawk/gawk-${version}.tar.gz#fa41b3a85413af87fb5e3a7d9c8fa8d4a20728c67651185bb49c38a7f9382b1e"
)
depends=(
'gmp'