2024-05-04 00:34:07 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.18.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.18.0/mailpit-windows-amd64.zip",
"hash": "46416360abb31ae3bcf02bbfc559c93791f9d3f409396e14b810250b9148d20e"
},
"arm64": {
"url": "https://github.com/axllent/mailpit/releases/download/v1.18.0/mailpit-windows-arm64.zip",
"hash": "6015b5a7d75383888579df638ecc56b1a02bb9590f29d862deef81fa68c18f41"
}
},
"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"
}
}
}
}