mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 03:01:22 +00:00
27 lines
847 B
JSON
27 lines
847 B
JSON
{
|
|
"version": "0.16.3",
|
|
"description": "Static site generator written in Rust",
|
|
"homepage": "https://cobalt-org.github.io/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/cobalt-org/cobalt.rs/releases/download/v0.16.3/cobalt-v0.16.3-x86_64-pc-windows-msvc.zip",
|
|
"hash": "88bd49ebf3c765bfd084b469b46b26f3c6dd4df4b03cee2568067ae329b59f6d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
},
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2015"
|
|
}
|
|
}
|