ScoopInstaller_Main/bucket/monolith.json
2021-07-04 03:04:54 -07:00

22 lines
664 B
JSON

{
"version": "2.6.1",
"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.6.1/monolith.exe",
"hash": "b80c1b69879e704368698511526904d4848fe28e5c22f91411ee9a5f57e2d4a5"
}
},
"bin": "monolith.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Y2Z/monolith/releases/download/v$version/monolith.exe"
}
}
}
}