2021-12-05 21:00:27 +00:00

24 lines
780 B
JSON

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