mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cmark: update to 0.30.3.
This commit is contained in:
parent
22ca1bbfae
commit
b8de56e493
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.30.2
|
version=0.30.3
|
||||||
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/commonmark/cmark"
|
homepage="https://github.com/commonmark/cmark"
|
||||||
distfiles="https://github.com/commonmark/cmark/archive/${version}.tar.gz"
|
distfiles="https://github.com/commonmark/cmark/archive/${version}.tar.gz"
|
||||||
checksum=6c7d2bcaea1433d977d8fed0b55b71c9d045a7cdf616e3cd2dce9007da753db3
|
checksum=85e9fb515531cc2c9ae176d693f9871774830cf1f323a6758fb187a5148d7b16
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Fix the SONAME version to use just the major number
|
# Fix the SONAME version to use just the major number
|
||||||
|
|
Loading…
Add table
Reference in a new issue