mdBook: update to 0.4.36

This commit is contained in:
cinerea0 2023-11-30 15:39:42 -05:00 committed by Duncan Overbruck
parent 7216c2fd1d
commit 5309ab8543

View file

@ -1,6 +1,6 @@
# Template file for 'mdBook' # Template file for 'mdBook'
pkgname=mdBook pkgname=mdBook
version=0.4.35 version=0.4.36
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/refs/tags/v${version}.tar.gz" distfiles="https://github.com/rust-lang/mdBook/archive/refs/tags/v${version}.tar.gz"
checksum=2fcefce12acc957c1d604e60c309502b9ec37040f6f70656f12c81374ff27bd4 checksum=dd47214172ecf95e1b2cbcbebb8428d0b029e0de5dce74204b3c3a91f26223a1
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE