2024-11-26 12:32:10 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.21.5",
"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.5/mailpit-windows-amd64.zip",
"hash": "d2e3643cace0eb7b113224f67eed13aa546f834e394b00407a61bb49b7fea6a6"
},
"arm64": {
"url": "https://github.com/axllent/mailpit/releases/download/v1.21.5/mailpit-windows-arm64.zip",
"hash": "86dbc8e435ddfcd66ee5f1da5f29dfc09f750638b1c01722f12a333d5764756c"
}
},
"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"
}
}
}
}