mdBook: update to 0.2.2.
This commit is contained in:
parent
c2fc593621
commit
c2e2dda529
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'mdBook'
|
||||
pkgname=mdBook
|
||||
version=0.2.1
|
||||
revision=2
|
||||
version=0.2.2
|
||||
revision=1
|
||||
build_style=cargo
|
||||
short_desc="Create book from markdown files. Like Gitbook but implemented in Rust"
|
||||
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=2d3d57120a082d973fded27ac1e9fb36078a1e24692ceebb887a11567552642d
|
||||
checksum=e196da4856d7205cf485412657b92d9df83364376a5a74574e3440bb047c57f6
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue