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