cmark: update to 0.27.1.
This commit is contained in:
parent
ab5b9b949f
commit
ab5da14370
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cmark'
|
# Template file for 'cmark'
|
||||||
pkgname=cmark
|
pkgname=cmark
|
||||||
version=0.26.1
|
version=0.27.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
short_desc="CommonMark parsing and rendering library and program in C"
|
short_desc="CommonMark parsing and rendering library and program in C"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="pancake <pancake@nopcode.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jgm/cmark"
|
homepage="https://github.com/jgm/cmark"
|
||||||
distfiles="https://github.com/jgm/cmark/archive/${version}.tar.gz"
|
distfiles="https://github.com/jgm/cmark/archive/${version}.tar.gz"
|
||||||
checksum=b50615a97f9c19e353d65f3bdbd6898ed1443a6f49e38f0aa888d5b58867f5d6
|
checksum=669b4c19355e8cb90139fdd03b02283b97130e92ea99a104552a2976751446b5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Reference in New Issue