MultiMarkdown: update to 6.6.0.

This commit is contained in:
mobinmob
2020-11-01 19:01:10 +02:00
committed by Andrew J. Hesford
parent 7be8f2cf77
commit 2793388da6

View File

@@ -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 <gottox@voidlinux.org>"
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
}