ScoopInstaller_Main/gutenberg.json
Hugo Locurcio 3355a0e91e 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
2017-10-20 19:58:45 +02:00

15 lines
557 B
JSON

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