From f31f41a3023ef618cedf294b8623abe4148563ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:28:00 +0000 Subject: [PATCH] listmonk: Update to version 4.0.0 --- bucket/listmonk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/listmonk.json b/bucket/listmonk.json index 6b5662f593..bbec00bd5f 100644 --- a/bucket/listmonk.json +++ b/bucket/listmonk.json @@ -1,16 +1,16 @@ { - "version": "3.0.0", + "version": "4.0.0", "description": "Self-hosted newsletter and mailing list manager", "homepage": "https://listmonk.app", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/knadh/listmonk/releases/download/v3.0.0/listmonk_3.0.0_windows_amd64.tar.gz", - "hash": "dbd59ca3e92f2a7e1d33a6bcf5f8782f0331ee66bddbd7ee58be58990cdda674" + "url": "https://github.com/knadh/listmonk/releases/download/v4.0.0/listmonk_4.0.0_windows_amd64.tar.gz", + "hash": "5a4ce8948fda16e5f2d0dbfc182dd9cbd4c1fee4f02fec45648050ced5b95a90" }, "arm64": { - "url": "https://github.com/knadh/listmonk/releases/download/v3.0.0/listmonk_3.0.0_windows_arm64.tar.gz", - "hash": "8d9758916b7dc485ef827a71e02524c32ede40d3ef5c0d42c100881c7fa06f61" + "url": "https://github.com/knadh/listmonk/releases/download/v4.0.0/listmonk_4.0.0_windows_arm64.tar.gz", + "hash": "4c29cd2eef05cd8164b0979afa41ad8f1a285e22c01c177572d4aa22959e491f" } }, "bin": "listmonk.exe",