From 64f3ab49a7cd3e7b6b971e79b80238289d76baa1 Mon Sep 17 00:00:00 2001 From: abgox Date: Tue, 12 Mar 2024 00:56:42 +0800 Subject: [PATCH] mailpit: Add version 1.14.3 (Closes #5573) (#5592) --- bucket/mailpit.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bucket/mailpit.json 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" + } + } + } +}