zola: Update to version 0.12.0

This commit is contained in:
Jakub Čábera 2020-09-05 13:51:32 +02:00
parent 607fab7ac8
commit f1d7a945a9

View File

@ -1,15 +1,23 @@
{
"homepage": "https://www.getzola.org/",
"description": "A fast static site generator in a single binary with everything built-in.",
"version": "0.11.0",
"version": "0.12.0",
"description": "A fast static site generator in a single binary with everything built-in",
"homepage": "https://www.getzola.org",
"license": "MIT",
"url": "https://github.com/getzola/zola/releases/download/v0.11.0/zola-v0.11.0-x86_64-pc-windows-msvc.zip",
"hash": "d95ed0d652e8ce2d904eaafc369c796bea9b593d5808e10b033e14edea93534a",
"architecture": {
"64bit": {
"url": "https://github.com/getzola/zola/releases/download/v0.12.0/zola-v0.12.0-x86_64-pc-windows-msvc.zip",
"hash": "ea07d70d62f573cf51f8f5ba89c9fab0cff15f2cbdd5e39d897f6ee3d9855897"
}
},
"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"
}
}
}
}