2026-02-03 00:54:10 +00:00

27 lines
847 B
JSON

{
"version": "0.20.3",
"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.20.3/cobalt-v0.20.3-x86_64-pc-windows-msvc.zip",
"hash": "5cf58bc873a028c0d12e3235491f17b5ae9d4257b91b33c598b37b22837f1f0e"
}
},
"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"
}
}
}
}