From 769649f651fd194e14756e29f500072005a9c24a Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Wed, 3 Nov 2021 23:01:10 -0400 Subject: [PATCH] mdcat: update to 0.24.1 --- srcpkgs/mdcat/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mdcat/template b/srcpkgs/mdcat/template index bbd815ce7258c5..ea836a88c7509b 100644 --- a/srcpkgs/mdcat/template +++ b/srcpkgs/mdcat/template @@ -1,6 +1,6 @@ # Template file for 'mdcat' pkgname=mdcat -version=0.23.2 +version=0.24.1 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=354f1bea0a53c5547693b7de9731d6e2648a0da10aa485ca16e4e643e49be14c +checksum=f0e400f2060a460e347546932fcb501da71fab5af602413c7932fac35136b89f case "$XBPS_TARGET_MACHINE" in x86_64*|i686*|arm*|aarch64*) ;;