From 986fc67db97d11a656a3026d2ba545dc2a984b63 Mon Sep 17 00:00:00 2001 From: Andrei B Date: Sat, 18 Sep 2021 10:04:14 +0200 Subject: [PATCH] MailHog: Add version v1.0.1 (#2571) --- bucket/mailhog.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/mailhog.json diff --git a/bucket/mailhog.json b/bucket/mailhog.json new file mode 100644 index 0000000000..75ccfefb35 --- /dev/null +++ b/bucket/mailhog.json @@ -0,0 +1,28 @@ +{ + "version": "1.0.1", + "description": "Web and API based SMTP testing.", + "homepage": "https://github.com/mailhog/MailHog", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/mailhog/MailHog/releases/download/v1.0.1/MailHog_windows_amd64.exe#/MailHog.exe", + "hash": "b217990446e97a60ff09ec21d3f86e54415595148904a7f7737f5019d01671ce" + }, + "32bit": { + "url": "https://github.com/mailhog/MailHog/releases/download/v1.0.1/MailHog_windows_386.exe#/MailHog.exe", + "hash": "aa8c1f415da193d81d46e0662c86cb4fb271596fda32172cfdd44b68a37d1b8a" + } + }, + "bin": "MailHog.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/mailhog/MailHog/releases/download/v$version/MailHog_windows_amd64.exe#/MailHog.exe" + }, + "32bit": { + "url": "https://github.com/mailhog/MailHog/releases/download/v$version/MailHog_windows_386.exe#/MailHog.exe" + } + } + } +}