From 5c6425fcc24a5e80530df336765e2235c9210e46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 04:26:34 +0000 Subject: [PATCH] mailpit: Update to version 1.19.1 --- bucket/mailpit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mailpit.json b/bucket/mailpit.json index ea926429e8..7ad34f92c5 100644 --- a/bucket/mailpit.json +++ b/bucket/mailpit.json @@ -1,16 +1,16 @@ { - "version": "1.19.0", + "version": "1.19.1", "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.19.0/mailpit-windows-amd64.zip", - "hash": "d080f3e5c7deeda00f39af9b7e9178007ff5c474aed308feadbbcb6c380aade6" + "url": "https://github.com/axllent/mailpit/releases/download/v1.19.1/mailpit-windows-amd64.zip", + "hash": "fe1169beb20b780325c5d6a44f44768f8e680f3fefb37217f8cc0c3e669a1074" }, "arm64": { - "url": "https://github.com/axllent/mailpit/releases/download/v1.19.0/mailpit-windows-arm64.zip", - "hash": "633b5078216697fc7ba9422d5e6a4a7193855b31fd922e9a74d75a3813a67d08" + "url": "https://github.com/axllent/mailpit/releases/download/v1.19.1/mailpit-windows-arm64.zip", + "hash": "70bcf74c109f71c0889d72f31df728681e28c88a32adaaf9f2eb90df823813a4" } }, "bin": "mailpit.exe",