From ec1673f7fe4b3b9a1d991b977c68766573de09c2 Mon Sep 17 00:00:00 2001 From: n8fr8 Date: Thu, 7 May 2026 15:23:09 -0400 Subject: [PATCH] update madmail support to v0.46.0 which solves CGO issues --- ansible/delta-chat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/delta-chat.yml b/ansible/delta-chat.yml index c5561ac..6bb9c1c 100644 --- a/ansible/delta-chat.yml +++ b/ansible/delta-chat.yml @@ -13,7 +13,7 @@ - name: Download pre-built madmail archive ansible.builtin.get_url: - url: "https://github.com/themadorg/madmail/releases/download/v0.12.7/madmail-linux-{{ go_arch_map[ansible_architecture] }}.tar.gz" + url: "https://github.com/themadorg/madmail/releases/download/v0.46.0/madmail-linux-{{ go_arch_map[ansible_architecture] }}.tar.gz" dest: "/tmp/madmail-linux-{{ go_arch_map[ansible_architecture] }}.tar.gz" mode: '0644'