From d62ec7046e4fc3433618dd041301808e6e3d0006 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Wed, 20 Oct 2021 23:48:48 -0400 Subject: [PATCH] mdcat: update to 0.23.2 --- srcpkgs/mdcat/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mdcat/template b/srcpkgs/mdcat/template index df5560b34d8c..bbd815ce7258 100644 --- a/srcpkgs/mdcat/template +++ b/srcpkgs/mdcat/template @@ -1,6 +1,6 @@ # Template file for 'mdcat' pkgname=mdcat -version=0.23.0 +version=0.23.2 revision=1 wrksrc="${pkgname}-${pkgname}-${version}" build_style=cargo @@ -12,7 +12,7 @@ license="MPL-2.0" homepage="https://github.com/lunaryorn/mdcat" changelog="https://raw.githubusercontent.com/lunaryorn/mdcat/main/CHANGELOG.md" distfiles="https://github.com/lunaryorn/mdcat/archive/mdcat-${version}.tar.gz" -checksum=9fba4fe06f8970a70ca75666f8245181583a6ba5fb11536ae7e572f74c9d1f4c +checksum=354f1bea0a53c5547693b7de9731d6e2648a0da10aa485ca16e4e643e49be14c case "$XBPS_TARGET_MACHINE" in x86_64*|i686*|arm*|aarch64*) ;;