mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
comrak: update to 0.18.0.
This commit is contained in:
parent
63ab475c69
commit
1fb87c4dcf
1 changed files with 4 additions and 2 deletions
|
@ -1,15 +1,17 @@
|
||||||
# Template file for 'comrak'
|
# Template file for 'comrak'
|
||||||
pkgname=comrak
|
pkgname=comrak
|
||||||
version=0.16.0
|
version=0.18.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="oniguruma-devel"
|
||||||
short_desc="CommonMark + GFM compatible Markdown parser and renderer"
|
short_desc="CommonMark + GFM compatible Markdown parser and renderer"
|
||||||
maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
|
maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/kivikakk/comrak"
|
homepage="https://github.com/kivikakk/comrak"
|
||||||
changelog="https://github.com/kivikakk/comrak/raw/main/changelog.txt"
|
changelog="https://github.com/kivikakk/comrak/raw/main/changelog.txt"
|
||||||
distfiles="https://github.com/kivikakk/comrak/archive/${version}.tar.gz"
|
distfiles="https://github.com/kivikakk/comrak/archive/${version}.tar.gz"
|
||||||
checksum=72f7ecbef6df715f14a61242fea0cbb450bbf1d10eb38acd99502daed04f8c07
|
checksum=fce21e382e3c21064a364c6993ff6387fd481efd859c71c7e059cbfcdf14e832
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
# Tests don't compile on i686: ran out of registers during register allocation
|
# Tests don't compile on i686: ran out of registers during register allocation
|
||||||
|
|
Loading…
Add table
Reference in a new issue