cmark-gfm: update to 0.29.0.gfm.5.
This commit is contained in:
parent
972d1e1937
commit
742759d05c
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cmark-gfm'
|
||||
pkgname=cmark-gfm
|
||||
version=0.29.0.gfm.3
|
||||
version=0.29.0.gfm.5
|
||||
revision=1
|
||||
build_style=cmake
|
||||
short_desc="GitHub's fork of cmark, a CommonMark markdown renderer"
|
||||
|
@ -8,7 +8,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/github/cmark-gfm"
|
||||
distfiles="https://github.com/github/cmark-gfm/archive/${version}.tar.gz"
|
||||
checksum=56fba15e63676c756566743dcd43c61c6a77cc1d17ad8be88a56452276ba4d4c
|
||||
checksum=f665079062e05abc44ae933a74f1bdc5c89af1e1d2f4152042fc1ec5571093fe
|
||||
|
||||
pre_configure() {
|
||||
# Fix the SONAME version to use just the major number
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
pattern='[\d.]+.gfm.[\d.]*\d'
|
Loading…
Reference in New Issue