2024-08-10 00:33:29 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.20.1",
"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.1/mailpit-windows-amd64.zip",
"hash": "37e9bcb4c5eb83d3e7d86a3e04a24ee1008de89414a65a4c5828b3f8aabb292c"
},
"arm64": {
"url": "https://github.com/axllent/mailpit/releases/download/v1.20.1/mailpit-windows-arm64.zip",
"hash": "ddb7e71764bc8dd31779a205d96f74121b65394f5eb8619435ad4724457c1e5e"
}
},
"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"
}
}
}
}