mdBook: update to 0.1.8.
This commit is contained in:
parent
16b66c4945
commit
6a39d66a1f
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mdBook'
|
||||
pkgname=mdBook
|
||||
version=0.1.7
|
||||
version=0.1.8
|
||||
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=8ffc44d05b15409968f2d09f4a707c60c31c30ea9142b2b18c21592f28ad3f76
|
||||
checksum=fe56d551a77f31115f8f91887061158806369342f90580ecd08bb2a058d83e76
|
||||
nocross="This cannot be cross compiled due to limitations in cargo."
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in New Issue