mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 17:10:23 +00:00
Ports/gawk: Update to 5.2.1
This commit is contained in:
parent
597faaff5f
commit
1c7de460ff
Notes:
sideshowbarker
2024-07-17 00:44:29 +09:00
Author: https://github.com/mrunix00 Commit: https://github.com/SerenityOS/serenity/commit/1c7de460ff Pull-request: https://github.com/SerenityOS/serenity/pull/17324
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,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.12.1 | https://www.freetype.org/ |
|
||||
| [`frotz`](frotz/) | Frotz | 2.54 | https://gitlab.com/DavidGriffith/frotz |
|
||||
| [`gawk`](gawk/) | GNU awk | 5.1.1 | https://www.gnu.org/software/gawk/ |
|
||||
| [`gawk`](gawk/) | GNU awk | 5.2.1 | https://www.gnu.org/software/gawk/ |
|
||||
| [`gcc`](gcc/) | GNU Compiler Collection | 12.2.0 | https://gcc.gnu.org/ |
|
||||
| [`gdb`](gdb/) | GNU Project Debugger | 11.2 | https://sourceware.org/gdb |
|
||||
| [`genemu`](genemu/) | Genesis / MegaDrive Emulator | e39f690 | https://github.com/rasky/genemu |
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=gawk
|
||||
version=5.1.1
|
||||
version=5.2.1
|
||||
useconfigure="true"
|
||||
files="https://ftpmirror.gnu.org/gnu/gawk/gawk-${version}.tar.gz gawk-${version}.tar.gz
|
||||
https://ftpmirror.gnu.org/gnu/gawk/gawk-${version}.tar.gz.sig gawk-${version}.tar.gz.sig
|
||||
|
|
Loading…
Reference in a new issue