2024-10-14 08:30:13 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.20.6",
"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.20.6/mailpit-windows-amd64.zip",
"hash": "9369feea6ba2ff10eebda916ad340a4f538b4441e7129a5c68f9c5ce7355e039"
},
"arm64": {
"url": "https://github.com/axllent/mailpit/releases/download/v1.20.6/mailpit-windows-arm64.zip",
"hash": "1320f8a8c74108a9d33abde5466e8d87606f5ad4e0a5f7967bdc251f91978ee5"
}
},
"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"
}
}
}
}