2025-09-14 12:30:51 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.27.8",
"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.27.8/mailpit-windows-amd64.zip",
"hash": "429adff7d7cfe982c43f0a8e90c54dfba23f838a91d90be6464441e862eb1fe8"
},
"arm64": {
"url": "https://github.com/axllent/mailpit/releases/download/v1.27.8/mailpit-windows-arm64.zip",
"hash": "6cbc8c75b6d4add40f734addb6addec57a1311bc0127d89e5a97d79ab37c66f9"
}
},
"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"
}
}
}
}