MultiMarkdown: update to 6.4.0.
This commit is contained in:
parent
d29f73de20
commit
0557336e29
1 changed files with 5 additions and 4 deletions
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'MultiMarkdown'
|
||||
pkgname=MultiMarkdown
|
||||
version=6.3.2
|
||||
version=6.4.0
|
||||
revision=1
|
||||
wrksrc="$pkgname-6-$version"
|
||||
build_style=cmake
|
||||
hostmakedepends="perl"
|
||||
makedepends="libcurl-devel"
|
||||
short_desc="Superset of the Markdown syntax"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="MIT"
|
||||
homepage="http://fletcherpenney.net/multimarkdown/"
|
||||
distfiles="https://github.com/fletcher/MultiMarkdown-6/archive/$version.tar.gz"
|
||||
checksum=2b02c2b42a216128ee1596c93840c6e097155aa1c854578535dcf4a0c09b2ff9
|
||||
wrksrc="$pkgname-6-$version"
|
||||
distfiles="https://github.com/fletcher/MultiMarkdown-6/archive/${version}.tar.gz"
|
||||
checksum=fa9daa089bc0f8bc1f69fd7365778d59210b446ce7008d03b87fb572df8ff5d3
|
||||
|
||||
post_install() {
|
||||
# TODO: markdown alternatives
|
||||
|
|
Loading…
Reference in a new issue