mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-25 17:15:42 +02:00
Ports/mawk: Update to 1.3.4-20240905
This commit is contained in:
@@ -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 |
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user