2024-06-22 12:31:40 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.18.7",
"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.18.7/mailpit-windows-amd64.zip",
"hash": "8d28bfb8b3addc83b933fa44dc3fb7a951b22f242c5aebba197d7f5b1e2a3089"
},
"arm64": {
"url": "https://github.com/axllent/mailpit/releases/download/v1.18.7/mailpit-windows-arm64.zip",
"hash": "a1f705b7203d706f8bbf95860d453f0d18a98063531ffd4370f8e55498c5a9f8"
}
},
"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"
}
}
}
}