2025-11-20 04:29:45 +00:00

22 lines
718 B
JSON

{
"version": "0.5.1",
"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.5.1/mdbook-v0.5.1-x86_64-pc-windows-msvc.zip",
"hash": "81d66447326ba7d595d546b3986f889ce617c6ecde7d713920996eba616a061d"
}
},
"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"
}
}
}
}