mdcat: update to 1.1.1

This commit is contained in:
cinerea0 2023-04-02 14:28:48 -04:00 committed by Michal Vasilek
parent 29076d6edc
commit 7613fd9e98

View File

@ -1,7 +1,7 @@
# Template file for 'mdcat'
pkgname=mdcat
version=1.0.0
revision=2
version=1.1.1
revision=1
build_style=cargo
hostmakedepends="pkg-config ruby-asciidoctor"
makedepends="openssl-devel"
@ -13,7 +13,8 @@ license="MPL-2.0"
homepage="https://github.com/swsnr/mdcat"
changelog="https://raw.githubusercontent.com/swsnr/mdcat/main/CHANGELOG.md"
distfiles="https://github.com/swsnr/mdcat/archive/refs/tags/mdcat-${version}.tar.gz"
checksum=9776fddd6caa835a2b01a32bdab08a005855a2ce18b530da35ea95ddee30e0fb
checksum=2757e1a26a7843c673c2aecd1866c1714af74883ebb0c4195384a62b6a7627ec
make_check=ci-skip # uses network tests which fail in CI
case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*|arm*|aarch64*) ;;