comrak: update to 0.19.0
This commit is contained in:
parent
089d1fa4cb
commit
e73b3a14cb
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'comrak'
|
||||
pkgname=comrak
|
||||
version=0.18.0
|
||||
version=0.19.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -10,13 +10,8 @@ maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
|
|||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/kivikakk/comrak"
|
||||
changelog="https://github.com/kivikakk/comrak/raw/main/changelog.txt"
|
||||
distfiles="https://github.com/kivikakk/comrak/archive/${version}.tar.gz"
|
||||
checksum=fce21e382e3c21064a364c6993ff6387fd481efd859c71c7e059cbfcdf14e832
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
# Tests don't compile on i686: ran out of registers during register allocation
|
||||
i686*) make_check=no ;;
|
||||
esac
|
||||
distfiles="https://github.com/kivikakk/comrak/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=6120f132e5e3240a4fbc46eb3659b46f081cba00be75209ede24ccfd28af36e9
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in New Issue