From 84bf0e8cb52a63317aee24c52bfecc8e9702e460 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sun, 1 Nov 2020 19:01:10 +0200 Subject: [PATCH] MultiMarkdown: update to 6.6.0. --- srcpkgs/MultiMarkdown/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/MultiMarkdown/template b/srcpkgs/MultiMarkdown/template index c6eff69746f..96d153d8729 100644 --- a/srcpkgs/MultiMarkdown/template +++ b/srcpkgs/MultiMarkdown/template @@ -1,6 +1,6 @@ # Template file for 'MultiMarkdown' pkgname=MultiMarkdown -version=6.5.2 +version=6.6.0 revision=1 wrksrc="$pkgname-6-$version" build_style=cmake @@ -11,12 +11,12 @@ maintainer="Enno Boland " license="MIT" homepage="http://fletcherpenney.net/multimarkdown/" distfiles="https://github.com/fletcher/MultiMarkdown-6/archive/${version}.tar.gz" -checksum=97e9bb25e8eb151f178fd34212852f5d40d8fd01b317e718fded11603fafb773 +checksum=6496b43c933d2f93ff6be80f5029d37e9576a5d5eacb90900e6b28c90405037f post_install() { # TODO: markdown alternatives mv ${DESTDIR}/usr/bin/markdown ${DESTDIR}/usr/bin/multimarkdown-markdown # Avoid conflict with mtools mv ${DESTDIR}/usr/bin/mmd ${DESTDIR}/usr/bin/multimarkdown-mmd - vlicense LICENSE.txt LICENSE + vlicense LICENSE }