mmark: update to 2.2.23
This commit is contained in:
parent
c498ab4f9f
commit
a3936d532b
1 changed files with 7 additions and 4 deletions
|
@ -1,16 +1,19 @@
|
|||
# Template file for 'mmark'
|
||||
pkgname=mmark
|
||||
version=2.2.10
|
||||
version=2.2.23
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/mmarkdown/mmark
|
||||
hostmakedepends="git"
|
||||
go_import_path=github.com/mmarkdown/mmark/v2
|
||||
short_desc="Powerful markdown processor geared towards the IETF"
|
||||
maintainer="Robert Lowry <bobertlo@gmail.com>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/mmarkdown/mmark/"
|
||||
distfiles="https://github.com/mmarkdown/mmark/archive/v${version}.tar.gz"
|
||||
checksum=1fc9d26b4c2910e72c7ee94c80d2fb1707aaae2d278204c68557ccd1802a2c08
|
||||
checksum=8c4ebb780f86f17647de1d81532bf6900498ec48edcdf03de6ef6e68287ae510
|
||||
|
||||
do_check() {
|
||||
go test ./...
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue