mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-04 22:41:20 +00:00
22 lines
718 B
JSON
22 lines
718 B
JSON
{
|
|
"version": "0.3.6",
|
|
"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.3.6/mdbook-v0.3.6-x86_64-pc-windows-msvc.zip",
|
|
"hash": "caea9739ff15173ef218a63f10803715d755f077d0a4bf9d11f7497d49f29d35"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|