mdBook: update to 0.1.9.

This commit is contained in:
maxice8 2018-07-27 13:46:12 -03:00
parent e7626c278d
commit 808d767e44

View file

@ -1,6 +1,6 @@
# Template file for 'mdBook'
pkgname=mdBook
version=0.1.8
version=0.1.9
revision=1
hostmakedepends="cargo"
short_desc="Create book from markdown files. Like Gitbook but implemented in Rust"
@ -8,7 +8,7 @@ maintainer="Huidong Hwang <hwangh95@gmail.com>"
license="MPL-2.0"
homepage="https://github.com/rust-lang-nursery/${pkgname}"
distfiles="https://github.com/rust-lang-nursery/${pkgname}/archive/v${version}.tar.gz"
checksum=fe56d551a77f31115f8f91887061158806369342f90580ecd08bb2a058d83e76
checksum=44fa1ad5760d03ccf5985d32ac829886b243cc34bf466af2807cb9814899bf40
nocross="This cannot be cross compiled due to limitations in cargo."
do_build() {