mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
27 lines
847 B
JSON
27 lines
847 B
JSON
{
|
|
"version": "0.20.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.20.0/cobalt-v0.20.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "b74e56406b6d930a4b932490fb637c7e46a8e54c6fc2334093a0bcd4e07e9799"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|