comrak: update to 0.24.1

This commit is contained in:
cinerea0 2024-05-19 21:57:21 -04:00 committed by cinerea0
parent 0f052eb078
commit 2e40421da0

View File

@ -1,6 +1,6 @@
# Template file for 'comrak' # Template file for 'comrak'
pkgname=comrak pkgname=comrak
version=0.23.0 version=0.24.1
revision=1 revision=1
build_style=cargo build_style=cargo
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
@ -9,9 +9,9 @@ short_desc="CommonMark + GFM compatible Markdown parser and renderer"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause" license="BSD-2-Clause"
homepage="https://github.com/kivikakk/comrak" homepage="https://github.com/kivikakk/comrak"
changelog="https://github.com/kivikakk/comrak/raw/main/changelog.txt" changelog="https://raw.githubusercontent.com/kivikakk/comrak/main/changelog.txt"
distfiles="https://github.com/kivikakk/comrak/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/kivikakk/comrak/archive/refs/tags/v${version}.tar.gz"
checksum=e291ac08a699cc6c4afb79f3dd23ee1b453dfd66d1c86af5d71889e25a458830 checksum=045aadd282968c15499bf308974fb9ea4293b9b8ada29baaafa818546943297d
post_install() { post_install() {
vlicense COPYING vlicense COPYING