Ports/mawk: Update to 1.3.4-20240905

This commit is contained in:
butter1125
2025-01-05 10:35:30 -05:00
committed by Nico Weber
parent b1bfe4448a
commit 0f24112e91
2 changed files with 3 additions and 3 deletions

View File

@@ -208,7 +208,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`m4`](m4/) | GNU M4 | 1.4.19 | https://www.gnu.org/software/m4/ |
| [`make`](make/) | GNU make | 4.4.1 | https://www.gnu.org/software/make/ |
| [`mandoc`](mandoc/) | mandoc | 1.14.5 | https://mandoc.bsd.lv/ |
| [`mawk`](mawk/) | mawk | 1.3.4-20230808 | https://invisible-island.net/mawk/ |
| [`mawk`](mawk/) | mawk | 1.3.4-20240905 | https://invisible-island.net/mawk/ |
| [`mbedtls`](mbedtls/) | Mbed TLS | 3.4.1 | https://tls.mbed.org/ |
| [`mc`](mc/) | Midnight Commander | 4.8.31 | https://midnight-commander.org/ |
| [`md4c`](md4c/) | Markdown for C | 0.5.2 | https://github.com/mity/md4c |

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='mawk'
version='1.3.4-20230808'
version='1.3.4-20240905'
files=(
"https://invisible-mirror.net/archives/mawk/mawk-${version}.tgz#88f55a632e2736ff5c5f69944abc151734d89d8298d5005921180f39ab7ba6d0"
"https://invisible-mirror.net/archives/mawk/mawk-${version}.tgz#a39967927dfa1b0116efc45b944a0f5b5b4c34f8e842a4b223dcdd7b367399e0"
)
useconfigure='true'
use_fresh_config_sub='true'