mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
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:
parent
5c788a10ed
commit
3355a0e91e
14
gutenberg.json
Normal file
14
gutenberg.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user