2025-08-10 12:32:29 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.27.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.27.4/mailpit-windows-amd64.zip",
"hash": "d05a43a90070bf7692a383bce834e1e5db2bde087db4eaffa480121f2d85ed9b"
},
"arm64": {
"url": "https://github.com/axllent/mailpit/releases/download/v1.27.4/mailpit-windows-arm64.zip",
"hash": "e626336f28cc6fb3be7001abb10c5dd99b7c3aacd70f7e0c2f855ad9d13dd8d6"
}
},
"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"
}
}
}
}