mdcat: update to 0.25.0

This commit is contained in:
cinerea0 2021-12-28 22:12:55 -05:00 committed by Érico Nogueira Rolim
parent 6e842ca117
commit 67a5702376
2 changed files with 15 additions and 2 deletions

View file

@ -0,0 +1,13 @@
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.24.2
version=0.25.0
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=2daafb8c9e90f8048810450566b4f4fde11ca76f3b5ec49c4878f68f475f3483
checksum=92fddabab24f2e7d673b06c1f31a7746abbb547c5581faaed17a8e3e1e5b17a5
case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*|arm*|aarch64*) ;;