ScoopInstaller_Main/cobalt.json
2019-01-24 04:00:29 +00:00

27 lines
847 B
JSON

{
"homepage": "https://cobalt-org.github.io/",
"description": "Static site generator written in Rust",
"version": "0.15.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cobalt-org/cobalt.rs/releases/download/v0.15.1/cobalt-v0.15.1-x86_64-pc-windows-msvc.zip",
"hash": "94781af50dbda24fab7bb13ff82fd4216ee5efcb429e49385306fae5516bd0ae"
}
},
"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"
}
}