mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
cmark: update to 0.26.0.
This commit is contained in:
parent
eff6d97ac9
commit
c73222119e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cmark'
|
# Template file for 'cmark'
|
||||||
pkgname=cmark
|
pkgname=cmark
|
||||||
version=0.25.2
|
version=0.26.0
|
||||||
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=530ae56d81a370ce29ed77fd3a34628c94277320f23657f5efb402283716f29b
|
checksum=7ed32e77966c5d06cd6f010b46894cd4d1f494651d6e0da55cb876436fdac806
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue