From 6fb6d38e4185a4b6bf3a2479537b77502eff3ab8 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 6 Apr 2020 09:32:27 +0200 Subject: [PATCH] mutt: Update version from 1.10.1 to 1.13.5 Get rid of linking against OpenSSL 1.0.0 libraries. $ ldd /usr/bin/mutt | grep 1.0.0 libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0x00007fde5d922000) libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x00007fde5d4bb000) 1. http://www.mutt.org/ 2. https://gitlab.com/muttmua/mutt/raw/stable/UPDATING --- mutt.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutt.be0 b/mutt.be0 index 0bad43a59..6ab088c87 100755 --- a/mutt.be0 +++ b/mutt.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION mutt-1.10.1-0 +# BEE_VERSION mutt-1.13.5-0 SRCURL[0]="ftp://ftp.mutt.org/pub/mutt/mutt-${PKGVERSION}.tar.gz"