mdcat: update to 0.25.0
This commit is contained in:
parent
6e842ca117
commit
67a5702376
2 changed files with 15 additions and 2 deletions
13
srcpkgs/mdcat/patches/edition.patch
Normal file
13
srcpkgs/mdcat/patches/edition.patch
Normal 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"
|
|
@ -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*) ;;
|
||||
|
|
Loading…
Reference in a new issue