diff --git a/bucket/monolith.json b/bucket/monolith.json new file mode 100644 index 0000000000..d427364e56 --- /dev/null +++ b/bucket/monolith.json @@ -0,0 +1,21 @@ +{ + "version": "2.2.7", + "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.2.7/monolith.exe", + "hash": "93863ed2fe9e04c3101ecda139ae57ca4fd213ac890d254e999694f76fecb471" + } + }, + "bin": "monolith.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Y2Z/monolith/releases/download/v$version/monolith.exe" + } + } + } +}