2020-07-16 08:56:37 +02:00

27 lines
847 B
JSON

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