2024-12-20 04:29:28 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.21.8",
"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.21.8/mailpit-windows-amd64.zip",
"hash": "934dbd469da0f61ec7d1619e2d3c5a8c6179b7beab4a6d1900c3916ee2d547fb"
},
"arm64": {
"url": "https://github.com/axllent/mailpit/releases/download/v1.21.8/mailpit-windows-arm64.zip",
"hash": "347dcd2d2c6c9f3040b4fa2c2a5518ec8ca23a9d1b00d13c85c9e402f18754a6"
}
},
"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"
}
}
}
}