monolith: Add version 2.2.7 (#1122)

* monolith: Add version 2.2.6

* monolith: Apply suggestions from code review

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>

* Update monolith.json

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
Oleksii Filonenko 2020-06-08 05:28:42 +03:00 committed by GitHub
parent 61c5fa63ec
commit d2678d24cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/monolith.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "2.2.7",
"description": "Saves complete web pages as a single HTML file.",
"homepage": "https://github.com/Y2Z/monolith",
"license": "Unlicense",
"architecture": {
"64bit": {
"url": "https://github.com/Y2Z/monolith/releases/download/v2.2.7/monolith.exe",
"hash": "93863ed2fe9e04c3101ecda139ae57ca4fd213ac890d254e999694f76fecb471"
}
},
"bin": "monolith.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Y2Z/monolith/releases/download/v$version/monolith.exe"
}
}
}
}