comrak: update to 0.7.0.
This commit is contained in:
parent
916bc26528
commit
529b555e5a
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'comrak'
|
||||
pkgname=comrak
|
||||
version=0.6.2
|
||||
version=0.7.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
short_desc="CommonMark + GFM compatible Markdown parser and renderer"
|
||||
|
@ -8,7 +8,7 @@ maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
|
|||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/kivikakk/comrak"
|
||||
distfiles="https://github.com/kivikakk/comrak/archive/${version}.tar.gz"
|
||||
checksum=422673a92eb0af9e2d37f95d2e53f1739fbaf55f00f104179f4428e3091624cb
|
||||
checksum=f1860c641d0fe505d6737e2071e566d071f013219f56d2b21cf15759ff945bc3
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in New Issue