ScoopInstaller_Main/bucket/monolith.json
2020-07-14 16:12:27 +02:00

22 lines
664 B
JSON

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