Skip to content

Commit

Permalink
comrak: update to 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cinerea0 committed May 22, 2024
1 parent 0f052eb commit 2e40421
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions srcpkgs/comrak/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'comrak'
pkgname=comrak
version=0.23.0
version=0.24.1
revision=1
build_style=cargo
hostmakedepends="pkg-config"
Expand All @@ -9,9 +9,9 @@ short_desc="CommonMark + GFM compatible Markdown parser and renderer"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://github.com/kivikakk/comrak"
changelog="https://github.com/kivikakk/comrak/raw/main/changelog.txt"
distfiles="https://github.com/kivikakk/comrak/archive/refs/tags/${version}.tar.gz"
checksum=e291ac08a699cc6c4afb79f3dd23ee1b453dfd66d1c86af5d71889e25a458830
changelog="https://raw.githubusercontent.com/kivikakk/comrak/main/changelog.txt"
distfiles="https://github.com/kivikakk/comrak/archive/refs/tags/v${version}.tar.gz"
checksum=045aadd282968c15499bf308974fb9ea4293b9b8ada29baaafa818546943297d

post_install() {
vlicense COPYING
Expand Down

0 comments on commit 2e40421

Please sign in to comment.