MailHog: Add version v1.0.1 (#2571)

This commit is contained in:
Andrei B 2021-09-18 10:04:14 +02:00 committed by GitHub
parent 1f17f11d87
commit 986fc67db9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
bucket/mailhog.json Normal file
View File

@ -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"
}
}
}
}