2024-11-08 12:32:14 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.21.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.21.2/mailpit-windows-amd64.zip",
"hash": "8b95db672fc853dd0005da26b7ae08d02c446821231df86d4bbbabd3432ae80c"
},
"arm64": {
"url": "https://github.com/axllent/mailpit/releases/download/v1.21.2/mailpit-windows-arm64.zip",
"hash": "8f86f3db26c7ad39495eca768a665c3a01481f68060a6d4c35af949eb674b7c1"
}
},
"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"
}
}
}
}