Skip to content

Commit a830e20

Browse files
butter1125nico
authored andcommitted
Ports/md4c: Update to version 0.5.2
1 parent d3a9098 commit a830e20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Ports/AvailablePorts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
211211
| [`mawk`](mawk/) | mawk | 1.3.4-20230808 | https://invisible-island.net/mawk/ |
212212
| [`mbedtls`](mbedtls/) | Mbed TLS | 3.4.1 | https://tls.mbed.org/ |
213213
| [`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 |
215215
| [`mednafen`](mednafen/) | Mednafen (My Emulator Doesn't Need A Frickin' Excellent Name) | 1.31.0-UNSTABLE | https://mednafen.github.io/ |
216216
| [`mgba`](mgba/) | Game Boy, Game Boy Color and Game Boy Advance emulator | 0.10.2 | https://mgba.io/ |
217217
| [`milkytracker`](milkytracker/) | milkytracker | 1.03.00 | https://github.com/milkytracker/MilkyTracker |

Ports/md4c/package.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env -S bash ../.port_include.sh
22
port='md4c'
3-
version='0.4.8'
3+
version='0.5.2'
44
workdir="md4c-release-${version}"
55
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"
77
)
88
useconfigure='true'
99

0 commit comments

Comments
 (0)