2022-06-16 00:33:39 +00:00

27 lines
847 B
JSON

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