mdcat: update to 0.29.0

This commit is contained in:
cinerea0 2022-11-09 12:19:23 -05:00 committed by classabbyamp
parent b6f841057a
commit b0d73f1999
2 changed files with 5 additions and 18 deletions

View File

@ -1,13 +0,0 @@
diff --git a/Cargo.toml b/Cargo.toml
index 3e487c5dda..516e1b468f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ version = "0.25.0"
categories = ["command-line-utilities", "text-processing"]
license = "MPL-2.0"
authors = ["Sebastian Wiesner <sebastian@swsnr.de>"]
-edition = "2021"
+edition = "2018"
[dependencies]
ansi_term = "^0.12"

View File

@ -1,6 +1,6 @@
# Template file for 'mdcat'
pkgname=mdcat
version=0.28.0
version=0.29.0
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 <cinerea0@protonmail.com>"
license="MPL-2.0"
homepage="https://codeberg.org/flausch/mdcat/"
changelog="https://codeberg.org/flausch/mdcat/raw/branch/main/CHANGELOG.md"
distfiles="https://codeberg.org/flausch/mdcat/archive/mdcat-${version}.tar.gz"
checksum=5d7b4f4b4c1066a679cd171e7d784b4ab8cad37c44d1e1b4250a21683abff9ca
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=a918d68bb07fbb00d7b733176175fb2bb0925e1393db072cd04d6927cb8e9fd6
case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*|arm*|aarch64*) ;;