ScoopInstaller_Main/bucket/monolith.json
2021-06-08 19:45:25 -07:00

22 lines
664 B
JSON

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