ScoopInstaller_Main/bucket/monolith.json
Oleksii Filonenko d2678d24cb
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>
2020-06-07 19:28:42 -07:00

22 lines
664 B
JSON

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