mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-23 09:01:19 +00:00
22 lines
721 B
JSON
22 lines
721 B
JSON
{
|
|
"version": "0.4.44",
|
|
"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.44/mdbook-v0.4.44-x86_64-pc-windows-msvc.zip",
|
|
"hash": "fcbe65273c7d7760a98c03ab5ecc7ca44cd3a170eb8d0925e44fd8149fea6c2d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|