mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
22 lines
718 B
JSON
22 lines
718 B
JSON
{
|
|
"version": "0.5.0",
|
|
"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.0/mdbook-v0.5.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "9d7b6b3506723c2ec00eb539b945472aad0222fe6f7905982cba064e7e1a3ea5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|