From ce3330d3014bde959c9ce798476615fd70ac5ceb Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 17 Nov 2018 18:11:15 +0100 Subject: [PATCH] gutenberg: Rename to zola See: https://github.com/getzola/zola/issues/377 --- gutenberg.json | 14 -------------- zola.json | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 gutenberg.json create mode 100644 zola.json diff --git a/gutenberg.json b/gutenberg.json deleted file mode 100644 index 32b4f6fc2e..0000000000 --- a/gutenberg.json +++ /dev/null @@ -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" - } -} diff --git a/zola.json b/zola.json new file mode 100644 index 0000000000..99b5e45e66 --- /dev/null +++ b/zola.json @@ -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" + } +}