mdbook-linkcheck: update to 0.7.0.
Add warning about compatibility with mdBook. For use with `mdbook build`, it requires version 0.4.0 of mdBook.
This commit is contained in:
parent
a1a91214f0
commit
e9bce0fee8
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'mdbook-linkcheck'
|
||||
# New versions need to be tested for compatibility with mdBook
|
||||
pkgname=mdbook-linkcheck
|
||||
version=0.6.0
|
||||
version=0.7.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -10,7 +11,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
|
|||
license="MIT"
|
||||
homepage="https://crates.io/crates/mdbook-linkcheck"
|
||||
distfiles="https://github.com/Michael-F-Bryan/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=66133be90c0f325d96bed7f052c6d1516b11e817ba62df85e1d2c37774847a30
|
||||
checksum=e3e444690d4e2c744eb240d4f6bacc6ebfacfadd9f75c61e0c461d7f046b920e
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue