mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
27 lines
847 B
JSON
27 lines
847 B
JSON
{
|
|
"homepage": "https://cobalt-org.github.io/",
|
|
"description": "Static site generator written in Rust",
|
|
"version": "0.15.4",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/cobalt-org/cobalt.rs/releases/download/v0.15.4/cobalt-v0.15.4-x86_64-pc-windows-msvc.zip",
|
|
"hash": "178d5f003c3ec2f6b36e1314d716feab39d11c8fc2a878bf5b763a31c44bf464"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|