2021-08-02 12:28:02 -07:00

22 lines
721 B
JSON

{
"version": "0.4.12",
"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.12/mdbook-v0.4.12-x86_64-pc-windows-msvc.zip",
"hash": "114d7f2bfadeadb417d22a627ebe141dbedcf1b98c3060eeca198fe7e35e94b7"
}
},
"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"
}
}
}
}