github-actions[bot] 4d6617a454
mdbook: hash fix (#1397)
Co-authored-by: ScoopInstaller <cabera.jakub@gmail.com>
2020-09-10 22:50:03 -07:00

22 lines
718 B
JSON

{
"version": "0.4.3",
"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.3/mdbook-v0.4.3-x86_64-pc-windows-msvc.zip",
"hash": "f320e7d588312a1de5f7a6bf0a7a41c141c05c8530ae2992d7677e7b1eed4fcf"
}
},
"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"
}
}
}
}