mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
cmark: update to 0.29.0.
This commit is contained in:
parent
23a8cccbba
commit
c0d677c321
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'cmark'
|
||||
pkgname=cmark
|
||||
version=0.28.3
|
||||
revision=2
|
||||
version=0.29.0
|
||||
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=acc98685d3c1b515ff787ac7c994188dadaf28a2d700c10c1221da4199bae1fc
|
||||
checksum=2558ace3cbeff85610de3bda32858f722b359acdadf0c4691851865bb84924a6
|
||||
|
||||
pre_configure() {
|
||||
# Fix the SONAME version to use just the major number
|
||||
sed -i src/CMakeLists.txt \
|
||||
-e 's;\(SOVERSION ${PROJECT_VERSION_MAJOR}\).*;\1;'
|
||||
vsed -i src/CMakeLists.txt \
|
||||
-e 's;\(SOVERSION ${PROJECT_VERSION_MAJOR}\).*;\1;'
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue