2024-06-19 04:28:14 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.18.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.18.6/mailpit-windows-amd64.zip",
"hash": "d14b1d9474d233c5d508c1d8549051ac71ba559be60c2d56cd2353e1f06f7858"
},
"arm64": {
"url": "https://github.com/axllent/mailpit/releases/download/v1.18.6/mailpit-windows-arm64.zip",
"hash": "b3eeabf56f19e28e474da2720d671cfa046a8908586cf6f0a0708dfce4a063d5"
}
},
"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"
}
}
}
}