ScoopInstaller_Main/cobalt.json
2019-01-30 00:00:32 +00:00

27 lines
847 B
JSON

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