From 3355a0e91e9d1de6a9cd51e9d93dc281aaa5c284 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Fri, 20 Oct 2017 19:58:46 +0200 Subject: [PATCH] Add Gutenberg to bucket (#1773) * Add Gutenberg to bucket Gutenberg is a static site generator written in Rust. Note that currently, only 64-bit binaries are provided by upstream. * gutenberg: Add autoupdate and fix formatting --- gutenberg.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 gutenberg.json diff --git a/gutenberg.json b/gutenberg.json new file mode 100644 index 0000000000..80fad12c3a --- /dev/null +++ b/gutenberg.json @@ -0,0 +1,14 @@ +{ + "homepage": "https://www.getgutenberg.io/", + "version": "0.2.1", + "license": "MIT", + "url": "https://github.com/Keats/gutenberg/releases/download/v0.2.1/gutenberg-v0.2.1-x86_64-pc-windows-msvc.zip", + "hash": "938ffb8afab0af579212f366aacb73901708a1c1015c53d0d90a7d8ba74fe23f", + "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" + } +}