mdBook: update to 0.4.29

This commit is contained in:
cinerea0 2023-05-23 16:56:31 -04:00 committed by Toyam Cox
parent 55bb44cc6d
commit 5ce9291233

View file

@ -1,6 +1,6 @@
# Template file for 'mdBook' # Template file for 'mdBook'
pkgname=mdBook pkgname=mdBook
version=0.4.28 version=0.4.29
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"
@ -8,8 +8,8 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
license="MPL-2.0" 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/v${version}.tar.gz" distfiles="https://github.com/rust-lang/mdBook/archive/refs/tags/v${version}.tar.gz"
checksum=b7785a0e69a6628bedebb31257113ae659de3b561458cc635d30d07794284b14 checksum=13e2ff0b9193aa257e6629554bc7dcdb83ee9654235dcd351b254aecd7d7b04f
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE