mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-16 20:31:19 +00:00
16 lines
625 B
JSON
16 lines
625 B
JSON
{
|
|
"homepage": "https://www.getzola.org/",
|
|
"description": "A fast static site generator in a single binary with everything built-in.",
|
|
"version": "0.8.0",
|
|
"license": "MIT",
|
|
"url": "https://github.com/getzola/zola/releases/download/v0.8.0/zola-v0.8.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "71563aefdc28d6094891d9d2860f8dfe6e4685581b4bf7216342b84e07648a07",
|
|
"bin": "zola.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/getzola/zola"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/getzola/zola/releases/download/v$version/zola-v$version-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
}
|