ScoopInstaller_Main/bucket/monolith.json
2021-03-10 08:54:43 +01:00

22 lines
664 B
JSON

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