File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
211
211
| [ ` mawk ` ] ( mawk/ ) | mawk | 1.3.4-20230808 | https://invisible-island.net/mawk/ |
212
212
| [ ` mbedtls ` ] ( mbedtls/ ) | Mbed TLS | 3.4.1 | https://tls.mbed.org/ |
213
213
| [ ` mc ` ] ( mc/ ) | Midnight Commander | 4.8.31 | https://midnight-commander.org/ |
214
- | [ ` md4c ` ] ( md4c/ ) | Markdown for C | 0.4.8 | https://github.com/mity/md4c |
214
+ | [ ` md4c ` ] ( md4c/ ) | Markdown for C | 0.5.2 | https://github.com/mity/md4c |
215
215
| [ ` mednafen ` ] ( mednafen/ ) | Mednafen (My Emulator Doesn't Need A Frickin' Excellent Name) | 1.31.0-UNSTABLE | https://mednafen.github.io/ |
216
216
| [ ` mgba ` ] ( mgba/ ) | Game Boy, Game Boy Color and Game Boy Advance emulator | 0.10.2 | https://mgba.io/ |
217
217
| [ ` milkytracker ` ] ( milkytracker/ ) | milkytracker | 1.03.00 | https://github.com/milkytracker/MilkyTracker |
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env -S bash ../.port_include.sh
2
2
port=' md4c'
3
- version=' 0.4.8 '
3
+ version=' 0.5.2 '
4
4
workdir=" md4c-release-${version} "
5
5
files=(
6
- " https://github.com/mity/md4c/archive/release-${version} .tar.gz#4a457df853425b6bb6e3457aa1d1a13bccec587a04c38c622b1013a0da41439f "
6
+ " https://github.com/mity/md4c/archive/release-${version} .tar.gz#55d0111d48fb11883aaee91465e642b8b640775a4d6993c2d0e7a8092758ef21 "
7
7
)
8
8
useconfigure=' true'
9
9
You can’t perform that action at this time.
0 commit comments