From 14d068664dd927db8bacf78c800affc5793af6d9 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Wed, 9 Nov 2022 12:19:23 -0500 Subject: [PATCH] mdcat: update to 0.29.0 --- srcpkgs/mdcat/patches/edition.patch | 13 ------------- srcpkgs/mdcat/template | 10 +++++----- 2 files changed, 5 insertions(+), 18 deletions(-) delete mode 100644 srcpkgs/mdcat/patches/edition.patch diff --git a/srcpkgs/mdcat/patches/edition.patch b/srcpkgs/mdcat/patches/edition.patch deleted file mode 100644 index c019cc25aac7..000000000000 --- a/srcpkgs/mdcat/patches/edition.patch +++ /dev/null @@ -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 "] --edition = "2021" -+edition = "2018" - - [dependencies] - ansi_term = "^0.12" diff --git a/srcpkgs/mdcat/template b/srcpkgs/mdcat/template index 8aff5635364e..eb7bd38becb0 100644 --- a/srcpkgs/mdcat/template +++ b/srcpkgs/mdcat/template @@ -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 " 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*) ;;