cmark: update to 0.30.2.
This commit is contained in:
parent
c11c33789d
commit
a66fe65da1
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'cmark'
|
||||
pkgname=cmark
|
||||
version=0.29.0
|
||||
version=0.30.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
short_desc="CommonMark parsing and rendering library and program in C"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/jgm/cmark"
|
||||
distfiles="https://github.com/jgm/cmark/archive/${version}.tar.gz"
|
||||
checksum=2558ace3cbeff85610de3bda32858f722b359acdadf0c4691851865bb84924a6
|
||||
homepage="https://github.com/commonmark/cmark"
|
||||
distfiles="https://github.com/commonmark/cmark/archive/${version}.tar.gz"
|
||||
checksum=6c7d2bcaea1433d977d8fed0b55b71c9d045a7cdf616e3cd2dce9007da753db3
|
||||
|
||||
pre_configure() {
|
||||
# Fix the SONAME version to use just the major number
|
||||
|
|
Loading…
Reference in a new issue