2024-11-17 08:29:18 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.21.4",
"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.4/mailpit-windows-amd64.zip",
"hash": "62e53f1efd557fbb7e693533000accc562e758c07431e1d222bf687c8b64b64e"
},
"arm64": {
"url": "https://github.com/axllent/mailpit/releases/download/v1.21.4/mailpit-windows-arm64.zip",
"hash": "1fa4f53b2479b7de5b7181887e4d69ef72ccaca96df900146d3e3bc9948657eb"
}
},
"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"
}
}
}
}