2026-02-13 08:33:30 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.29.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.29.1/mailpit-windows-amd64.zip",
"hash": "dd05ca71809864395da1ff02fdd1d1eed7e58d8769c78950b90ee8721565adda"
},
"arm64": {
"url": "https://github.com/axllent/mailpit/releases/download/v1.29.1/mailpit-windows-arm64.zip",
"hash": "a1a81bb3aeff423cabb40d395c3b8e446ac6010d4f04c6c8acceaf4f92eb4224"
}
},
"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"
}
}
}
}