mdBook: update to 0.3.6.

This commit is contained in:
mobinmob 2020-03-30 18:37:06 +03:00 committed by Juan RP
parent 7e72ea0c62
commit 6683efaa3b

View file

@ -1,6 +1,6 @@
# Template file for 'mdBook' # Template file for 'mdBook'
pkgname=mdBook pkgname=mdBook
version=0.3.5 version=0.3.6
revision=1 revision=1
build_style=cargo build_style=cargo
short_desc="Create book from markdown files. Like Gitbook but implemented in Rust" short_desc="Create book from markdown files. Like Gitbook but implemented in Rust"
@ -9,7 +9,7 @@ license="MPL-2.0"
homepage="https://github.com/rust-lang/mdBook" homepage="https://github.com/rust-lang/mdBook"
changelog="https://raw.githubusercontent.com/rust-lang/mdBook/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/rust-lang/mdBook/master/CHANGELOG.md"
distfiles="https://github.com/rust-lang/mdBook/archive/v${version}.tar.gz" distfiles="https://github.com/rust-lang/mdBook/archive/v${version}.tar.gz"
checksum=73258ba3713004e06675ef2a1fbd3e7b48eb144db37c5ac1e2b96086b51a6e87 checksum=c806bb84de59561e3dc5c4f5d83cf43bcf58881c7b9ab6935d930064ccc525a9
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE