2025-11-26 08:30:58 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.28.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.28.0/mailpit-windows-amd64.zip",
"hash": "cf5888c8c4129ace77a41d91cadc3574807cce279c4ee90d5292754de0ebc1b2"
},
"arm64": {
"url": "https://github.com/axllent/mailpit/releases/download/v1.28.0/mailpit-windows-arm64.zip",
"hash": "cc8fffb5ccf05a658082915414601b51d947965830cb422310ce2a4dec2db2d9"
}
},
"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"
}
}
}
}