Skip to content

Commit

Permalink
Ports/md4c: Update to version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
butter1125 authored and nico committed Jan 7, 2025
1 parent d3a9098 commit a830e20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Ports/AvailablePorts.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`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.31 | https://midnight-commander.org/ |
| [`md4c`](md4c/) | Markdown for C | 0.4.8 | https://github.com/mity/md4c |
| [`md4c`](md4c/) | Markdown for C | 0.5.2 | 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/ |
| [`milkytracker`](milkytracker/) | milkytracker | 1.03.00 | https://github.com/milkytracker/MilkyTracker |
Expand Down
4 changes: 2 additions & 2 deletions Ports/md4c/package.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='md4c'
version='0.4.8'
version='0.5.2'
workdir="md4c-release-${version}"
files=(
"https://github.com/mity/md4c/archive/release-${version}.tar.gz#4a457df853425b6bb6e3457aa1d1a13bccec587a04c38c622b1013a0da41439f"
"https://github.com/mity/md4c/archive/release-${version}.tar.gz#55d0111d48fb11883aaee91465e642b8b640775a4d6993c2d0e7a8092758ef21"
)
useconfigure='true'

Expand Down

0 comments on commit a830e20

Please sign in to comment.