From aed098d68f534fa05a5f564ce0e283fdae3a04fc Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Tue, 23 Nov 2021 18:16:14 -0500 Subject: [PATCH] mdcat: update to 0.24.2 --- srcpkgs/mdcat/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mdcat/template b/srcpkgs/mdcat/template index ea836a88c750..b418dc4fd1c9 100644 --- a/srcpkgs/mdcat/template +++ b/srcpkgs/mdcat/template @@ -1,6 +1,6 @@ # Template file for 'mdcat' pkgname=mdcat -version=0.24.1 +version=0.24.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=f0e400f2060a460e347546932fcb501da71fab5af602413c7932fac35136b89f +checksum=2daafb8c9e90f8048810450566b4f4fde11ca76f3b5ec49c4878f68f475f3483 case "$XBPS_TARGET_MACHINE" in x86_64*|i686*|arm*|aarch64*) ;;