From b75be8e3cba0ded0d19ba0983dab82b6f5be96a7 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sun, 2 Apr 2023 14:28:48 -0400 Subject: [PATCH] mdcat: update to 1.1.1 --- srcpkgs/mdcat/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/mdcat/template b/srcpkgs/mdcat/template index 9d01ef361b55..9e5e98fe394f 100644 --- a/srcpkgs/mdcat/template +++ b/srcpkgs/mdcat/template @@ -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*) ;;