ScoopInstaller_Main/bucket/monolith.json
2021-06-02 07:33:29 -07:00

22 lines
664 B
JSON

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