2026-02-01 05:01:53 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.29.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.29.0/mailpit-windows-amd64.zip",
"hash": "f95f728e284f014679871c9e01e8a08983734d833b6ed4a15160df0e7649606b"
},
"arm64": {
"url": "https://github.com/axllent/mailpit/releases/download/v1.29.0/mailpit-windows-arm64.zip",
"hash": "c8c50599275edd58d9745fe8b3845960541b0a098e7189ada576896ce8a1dc97"
}
},
"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"
}
}
}
}