Procházet zdrojové kódy

Ports: Update mc to 4.8.31

Kenneth Myhra před 1 rokem
rodič
revize
e8a20b3c3e
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 1 1
      Ports/AvailablePorts.md
  2. 2 2
      Ports/mc/package.sh

+ 1 - 1
Ports/AvailablePorts.md

@@ -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.30                    | https://midnight-commander.org/                                                |
+| [`mc`](mc/)                                         | Midnight Commander                                              | 4.8.31                    | 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/                                                               |

+ 2 - 2
Ports/mc/package.sh

@@ -1,9 +1,9 @@
 #!/usr/bin/env -S bash ../.port_include.sh
 port='mc'
-version='4.8.30'
+version='4.8.31'
 useconfigure='true'
 files=(
-    "http://ftp.midnight-commander.org/mc-${version}.tar.xz#5ebc3cb2144b970c5149fda556c4ad50b78780494696cdf2d14a53204c95c7df"
+    "http://ftp.midnight-commander.org/mc-${version}.tar.xz#24191cf8667675b8e31fc4a9d18a0a65bdc0598c2c5c4ea092494cd13ab4ab1a"
 )
 depends=(
     'gettext'