2021-12-08 20:27:43 +00:00

24 lines
780 B
JSON

{
"version": "0.15.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.15.1/zola-v0.15.1-x86_64-pc-windows-msvc.zip",
"hash": "3da07da833704265e5751435fbafc64eb58326f3b9069f4bc1fed9dfb75f7226"
}
},
"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"
}
}
}
}