mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
Ports: Update mc to 4.8.30
This commit is contained in:
parent
44865a8482
commit
4f0af7b4de
Notes:
sideshowbarker
2024-07-17 18:06:52 +09:00
Author: https://github.com/kennethmyhra Commit: https://github.com/SerenityOS/serenity/commit/4f0af7b4de Pull-request: https://github.com/SerenityOS/serenity/pull/21424
2 changed files with 3 additions and 3 deletions
|
@ -204,7 +204,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`mandoc`](mandoc/) | mandoc | 1.14.5 | https://mandoc.bsd.lv/ |
|
||||
| [`mawk`](mawk/) | mawk | 1.3.4-20230808 | https://invisible-island.net/mawk/ |
|
||||
| [`mbedtls`](mbedtls/) | Mbed TLS | 3.4.1 | https://tls.mbed.org/ |
|
||||
| [`mc`](mc/) | Midnight Commander | 4.8.29 | https://midnight-commander.org/ |
|
||||
| [`mc`](mc/) | Midnight Commander | 4.8.30 | https://midnight-commander.org/ |
|
||||
| [`md4c`](md4c/) | Markdown for C | 0.4.8 | https://github.com/mity/md4c |
|
||||
| [`mednafen`](mednafen/) | Mednafen (My Emulator Doesn't Need A Frickin' Excellent Name) | 1.31.0-UNSTABLE | https://mednafen.github.io/ |
|
||||
| [`mgba`](mgba/) | Game Boy, Game Boy Color and Game Boy Advance emulator | 0.10.2 | https://mgba.io/ |
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='mc'
|
||||
version='4.8.29'
|
||||
version='4.8.30'
|
||||
useconfigure='true'
|
||||
files=(
|
||||
"http://ftp.midnight-commander.org/mc-${version}.tar.xz#01d8a3b94f58180cca5bf17257b5078d1fd6fd27a9b5c0e970ec767549540ad4"
|
||||
"http://ftp.midnight-commander.org/mc-${version}.tar.xz#5ebc3cb2144b970c5149fda556c4ad50b78780494696cdf2d14a53204c95c7df"
|
||||
)
|
||||
depends=(
|
||||
'gettext'
|
||||
|
|
Loading…
Reference in a new issue