2023-05-13 20:23:45 +00:00

22 lines
721 B
JSON

{
"version": "0.4.29",
"description": "Create a book from markdown files.",
"homepage": "https://github.com/rust-lang/mdBook",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/rust-lang/mdBook/releases/download/v0.4.29/mdbook-v0.4.29-x86_64-pc-windows-msvc.zip",
"hash": "ff2b491b41ecd65350137278e72f8ef10c161374cd47c474fc2a196c37f5e03e"
}
},
"bin": "mdbook.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rust-lang/mdBook/releases/download/v$version/mdbook-v$version-x86_64-pc-windows-msvc.zip"
}
}
}
}