mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 22:14:30 +00:00
24 lines
780 B
JSON
24 lines
780 B
JSON
{
|
|
"version": "0.14.0",
|
|
"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.14.0/zola-v0.14.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "fad6516c9b9ecf294d047dd24195f521a8ece662249bc937f380fa154a30a43d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|