2022-01-23 16:29:19 +00:00

24 lines
780 B
JSON

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