2024-04-20 12:38:42 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.17.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.17.0/mailpit-windows-amd64.zip",
"hash": "3463e1b5121499d8d79f964982b288551aa7f0b99ef9c0765402e68c5b0eff79"
},
"arm64": {
"url": "https://github.com/axllent/mailpit/releases/download/v1.17.0/mailpit-windows-arm64.zip",
"hash": "6b6db7aedf31bd9953e6aebd8f30a2816c63921969e864a0dd33a649e246a7ec"
}
},
"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"
}
}
}
}