2025-02-06 04:29:39 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.22.1",
"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.22.1/mailpit-windows-amd64.zip",
"hash": "7cc5dd908a00f0100d697787c53ac8f55ff64c2700e24aa587486def4322923c"
},
"arm64": {
"url": "https://github.com/axllent/mailpit/releases/download/v1.22.1/mailpit-windows-arm64.zip",
"hash": "1f1ff5e537e28f417e4cdba4000c30c5f33ef3c4a488c65b39cfce771dfc7ed2"
}
},
"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"
}
}
}
}