2024-08-06 08:28:16 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.20.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.20.0/mailpit-windows-amd64.zip",
"hash": "4fbdb8c5b78b0b3e7c371d7355ac3b8ca030b656e6032f0b3e2593a974bf17ae"
},
"arm64": {
"url": "https://github.com/axllent/mailpit/releases/download/v1.20.0/mailpit-windows-arm64.zip",
"hash": "212054b122cbd2e0065e0b34234f5110a20ec75385898ae0a19fdc9acf11f90a"
}
},
"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"
}
}
}
}