2024-11-01 12:32:36 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.21.1",
"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.21.1/mailpit-windows-amd64.zip",
"hash": "36c92fe36e60a1975db25f77a97087c9db5f1f5305cb4830b4df90d3e2e8e2a1"
},
"arm64": {
"url": "https://github.com/axllent/mailpit/releases/download/v1.21.1/mailpit-windows-arm64.zip",
"hash": "e281fa5006d4bd3f60a2217e0c6fe47c66d6e8e3f4948d0dd884542fcdf38466"
}
},
"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"
}
}
}
}