From 0c4f5fd580b706a3379c5656c9c6c1a863feb3ad Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sat, 3 Dec 2022 13:01:49 -0500 Subject: [PATCH] mdcat: update to 0.30.3 --- srcpkgs/mdcat/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/mdcat/template b/srcpkgs/mdcat/template index 05f02397e5ae..bde04ed6e79f 100644 --- a/srcpkgs/mdcat/template +++ b/srcpkgs/mdcat/template @@ -1,6 +1,6 @@ # Template file for 'mdcat' pkgname=mdcat -version=0.30.1 +version=0.30.3 revision=1 build_style=cargo hostmakedepends="pkg-config ruby-asciidoctor" @@ -10,10 +10,10 @@ checkdepends="shared-mime-info" short_desc="Cat for markdown" maintainer="cinerea0 " 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/refs/tags/mdcat-${version}.tar.gz" -checksum=e99f972feb9db9a7e002728508e0ba5b1359f0f4f747fe2ea971f7c78f9c5c25 +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=e4f96b9df490d1a1b11d8a7c84ef5636b242d3f3d5fe5fae1ab53847a80a7eba case "$XBPS_TARGET_MACHINE" in x86_64*|i686*|arm*|aarch64*) ;;