2025-05-03 04:29:28 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.24.2",
"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.24.2/mailpit-windows-amd64.zip",
"hash": "4420bf6214c63a34c0a4a5e3d7f06a905c56a960ca4a807f8a03c6c5086ea4ef"
},
"arm64": {
"url": "https://github.com/axllent/mailpit/releases/download/v1.24.2/mailpit-windows-arm64.zip",
"hash": "b6a4a0abbfd142f0680150496e179191486a1168eaa24a84824dbb3024c8a055"
}
},
"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"
}
}
}
}