mdcat: update to 0.24.2

This commit is contained in:
cinerea0 2021-11-23 18:16:14 -05:00 committed by Érico Nogueira Rolim
parent 8b7d4bd1f1
commit 1027e775be

View file

@ -1,6 +1,6 @@
# Template file for 'mdcat' # Template file for 'mdcat'
pkgname=mdcat pkgname=mdcat
version=0.24.1 version=0.24.2
revision=1 revision=1
wrksrc="${pkgname}-${pkgname}-${version}" wrksrc="${pkgname}-${pkgname}-${version}"
build_style=cargo build_style=cargo
@ -12,7 +12,7 @@ license="MPL-2.0"
homepage="https://github.com/lunaryorn/mdcat" homepage="https://github.com/lunaryorn/mdcat"
changelog="https://raw.githubusercontent.com/lunaryorn/mdcat/main/CHANGELOG.md" changelog="https://raw.githubusercontent.com/lunaryorn/mdcat/main/CHANGELOG.md"
distfiles="https://github.com/lunaryorn/mdcat/archive/mdcat-${version}.tar.gz" distfiles="https://github.com/lunaryorn/mdcat/archive/mdcat-${version}.tar.gz"
checksum=f0e400f2060a460e347546932fcb501da71fab5af602413c7932fac35136b89f checksum=2daafb8c9e90f8048810450566b4f4fde11ca76f3b5ec49c4878f68f475f3483
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*|arm*|aarch64*) ;; x86_64*|i686*|arm*|aarch64*) ;;