ScoopInstaller_Main/bucket/monolith.json
2024-01-13 16:26:41 +00:00

22 lines
664 B
JSON

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