diff --git a/bucket/mailpit.json b/bucket/mailpit.json new file mode 100644 index 0000000000..1f6afbda93 --- /dev/null +++ b/bucket/mailpit.json @@ -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" + } + } + } +}