mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 02:54:48 +00:00
24 lines
780 B
JSON
24 lines
780 B
JSON
{
|
|
"version": "0.22.1",
|
|
"description": "A fast static site generator in a single binary with everything built-in",
|
|
"homepage": "https://www.getzola.org",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/getzola/zola/releases/download/v0.22.1/zola-v0.22.1-x86_64-pc-windows-msvc.zip",
|
|
"hash": "2c8b368f5abdf2b2478748f9549a761fd6599238e18948eccb76a7cae51f5dc1"
|
|
}
|
|
},
|
|
"bin": "zola.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/getzola/zola"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/getzola/zola/releases/download/v$version/zola-v$version-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|