mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
comrak: update to 0.9.0.
This commit is contained in:
parent
a03e24b7cb
commit
9c4650145f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'comrak'
|
# Template file for 'comrak'
|
||||||
pkgname=comrak
|
pkgname=comrak
|
||||||
version=0.8.2
|
version=0.9.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="CommonMark + GFM compatible Markdown parser and renderer"
|
short_desc="CommonMark + GFM compatible Markdown parser and renderer"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/kivikakk/comrak"
|
homepage="https://github.com/kivikakk/comrak"
|
||||||
distfiles="https://github.com/kivikakk/comrak/archive/${version}.tar.gz"
|
distfiles="https://github.com/kivikakk/comrak/archive/${version}.tar.gz"
|
||||||
checksum=72b22b7a430ca950bea0aa25dd315134093429d6f5223f94c8c81f596512f596
|
checksum=0a7c134dfe937abb40e0c681ebcb3a5a30299b93bc9b15058d24dd77a3bb61c2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue