gutenberg: Rename to zola

See: https://github.com/getzola/zola/issues/377
This commit is contained in:
Richard Kuhnt 2018-11-17 18:11:15 +01:00
parent fff6d2ed60
commit ce3330d301
2 changed files with 14 additions and 14 deletions

View File

@ -1,14 +0,0 @@
{
"homepage": "https://www.getgutenberg.io/",
"version": "0.4.2",
"license": "MIT",
"url": "https://github.com/Keats/gutenberg/releases/download/v0.4.2/gutenberg-v0.4.2-x86_64-pc-windows-msvc.zip",
"hash": "c18a220cf05ab0afd1ed22caa2d2bb6ab7b443e181de5497524b8c443e57f3a6",
"bin": "gutenberg.exe",
"checkver": {
"github": "https://github.com/Keats/gutenberg"
},
"autoupdate": {
"url": "https://github.com/Keats/gutenberg/releases/download/v$version/gutenberg-v$version-x86_64-pc-windows-msvc.zip"
}
}

14
zola.json Normal file
View File

@ -0,0 +1,14 @@
{
"homepage": "https://www.getzola.org/",
"version": "0.5.0",
"license": "MIT",
"url": "https://github.com/getzola/zola/releases/download/v0.5.0/zola-v0.5.0-x86_64-pc-windows-msvc.zip",
"hash": "492ccea9c52cf8026352488b6064b02ca91ae93a9e70f34d09928868b2f0f011",
"bin": "zola.exe",
"checkver": {
"github": "https://github.com/getzola/zola"
},
"autoupdate": {
"url": "https://github.com/getzola/zola/releases/download/v$version/zola-v$version-x86_64-pc-windows-msvc.zip"
}
}