mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
* 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>
22 lines
664 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|