2024-03-17 04:32:23 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.15.0",
"description": "An email and SMTP testing tool with API for developers",
"homepage": "https://mailpit.axllent.org",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/axllent/mailpit/releases/download/v1.15.0/mailpit-windows-amd64.zip",
"hash": "0df95654bdf1dfe1a27171b8fda5c1fadaf40eee642d4bf133f52983a9c65d5c"
},
"arm64": {
"url": "https://github.com/axllent/mailpit/releases/download/v1.15.0/mailpit-windows-arm64.zip",
"hash": "7f9aa58d85f71114cfe48448d70b28952993ab2cb8b7a447f77bc0432c464619"
}
},
"bin": "mailpit.exe",
"checkver": {
"github": "https://github.com/axllent/mailpit"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/axllent/mailpit/releases/download/v$version/mailpit-windows-amd64.zip"
},
"arm64": {
"url": "https://github.com/axllent/mailpit/releases/download/v$version/mailpit-windows-arm64.zip"
}
}
}
}