mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
MailHog: Add version v1.0.1 (#2571)
This commit is contained in:
parent
1f17f11d87
commit
986fc67db9
28
bucket/mailhog.json
Normal file
28
bucket/mailhog.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user