mailpit: Add version 1.14.3 (Closes #5573) (#5592)

This commit is contained in:
abgox 2024-03-12 00:56:42 +08:00 committed by GitHub
parent 027ddec6df
commit 64f3ab49a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

30
bucket/mailpit.json Normal file
View File

@ -0,0 +1,30 @@
{
"version": "1.14.3",
"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.14.3/mailpit-windows-amd64.zip",
"hash": "04b04ed3c090a2de0549a2973915511c82fa5f22a04ae6c04847f4e117989991"
},
"arm64": {
"url": "https://github.com/axllent/mailpit/releases/download/v1.14.3/mailpit-windows-arm64.zip",
"hash": "155c95e91b4fda82c487717b29e3ba6d89c13ab2a563c43649f0c743a59ddff2"
}
},
"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"
}
}
}
}