mdBook: update to 0.4.33

This commit is contained in:
cinerea0 2023-08-04 12:14:18 -04:00 committed by Duncan Overbruck
parent e50b96db6a
commit c63466ca39

View file

@ -1,6 +1,6 @@
# Template file for 'mdBook' # Template file for 'mdBook'
pkgname=mdBook pkgname=mdBook
version=0.4.32 version=0.4.33
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=fece3b1c3875ab6f99cd9bc98c131a751bf4255bdbe364522512247d105092c0 checksum=a4c9942497b834be6b34d7b532da76384b0f241ebf357c970f350e008e42d368
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE