2021-09-14 16:00:41 +00:00

27 lines
847 B
JSON

{
"version": "0.17.4",
"description": "Static site generator written in Rust",
"homepage": "https://cobalt-org.github.io/",
"license": "MIT",
"suggest": {
"vcredist": "extras/vcredist2015"
},
"architecture": {
"64bit": {
"url": "https://github.com/cobalt-org/cobalt.rs/releases/download/v0.17.4/cobalt-v0.17.4-x86_64-pc-windows-msvc.zip",
"hash": "703662f8458ef8e474901e8edec4b75bd17bf7bc9929c17ffa662796e2fca8e8"
}
},
"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"
}
}
}
}