ScoopInstaller_Main/bucket/monolith.json
2020-12-26 15:53:56 +01:00

22 lines
664 B
JSON

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