From d2678d24cb7a1055dd6d5806d7440f0704e5de20 Mon Sep 17 00:00:00 2001 From: Oleksii Filonenko Date: Mon, 8 Jun 2020 05:28:42 +0300 Subject: [PATCH] monolith: Add version 2.2.7 (#1122) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * monolith: Add version 2.2.6 * monolith: Apply suggestions from code review Co-authored-by: Jakub Čábera * Update monolith.json Co-authored-by: Jakub Čábera --- bucket/monolith.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/monolith.json 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" + } + } + } +}