ScoopInstaller_Main/cobalt.json
2018-12-28 20:00:25 +00:00

27 lines
847 B
JSON

{
"homepage": "https://cobalt-org.github.io/",
"description": "Static site generator written in Rust",
"version": "0.15.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cobalt-org/cobalt.rs/releases/download/v0.15.0/cobalt-v0.15.0-x86_64-pc-windows-msvc.zip",
"hash": "b5584c4096fe8e4d8dd55a705400a53bbaf0ff361231ba5b5d27fb60057391d5"
}
},
"bin": "cobalt.exe",
"checkver": {
"github": "https://github.com/cobalt-org/cobalt.rs"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/cobalt-org/cobalt.rs/releases/download/v$version/cobalt-v$version-x86_64-pc-windows-msvc.zip"
}
}
},
"suggest": {
"vcredist": "extras/vcredist2015"
}
}