mmark: update to 2.0.48

This commit is contained in:
Robert Lowry 2019-08-15 11:49:13 -05:00 committed by Johannes
parent 99f6f341ca
commit d8b74259db

View file

@ -1,6 +1,6 @@
# Template file for 'mmark' # Template file for 'mmark'
pkgname=mmark pkgname=mmark
version=2.0.46 version=2.0.48
revision=1 revision=1
build_style=go build_style=go
go_import_path=github.com/mmarkdown/mmark go_import_path=github.com/mmarkdown/mmark
@ -10,8 +10,8 @@ maintainer="Robert Lowry <bobertlo@gmail.com>"
license="BSD-2-Clause" license="BSD-2-Clause"
homepage="https://github.com/mmarkdown/mmark/" homepage="https://github.com/mmarkdown/mmark/"
distfiles="https://github.com/mmarkdown/mmark/archive/v${version}.tar.gz" distfiles="https://github.com/mmarkdown/mmark/archive/v${version}.tar.gz"
checksum=fa64a7321ff8cc531a0caa36af2a72057c5bebd634b623407b9d6415e7184003 checksum=aea7221f4acbe1bed224690c7bda85896ba89fa448e7619df9856c5cb1228fce
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE
} }