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
This commit is contained in:
Hugo Locurcio 2017-10-20 19:58:46 +02:00 committed by Richard Kuhnt
parent 5c788a10ed
commit 3355a0e91e

14
gutenberg.json Normal file
View File

@ -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"
}
}