2024-07-05 20:25:50 +00:00

27 lines
847 B
JSON

{
"version": "0.19.4",
"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.19.4/cobalt-v0.19.4-x86_64-pc-windows-msvc.zip",
"hash": "f820d565eae14255e5dcdeb63b542499cf6631bddf7f3f4e0187c80f59bddaa9"
}
},
"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"
}
}
}
}