xap/claws-mail: updated to version 4.0.0.

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
This commit is contained in:
Michal Cieslakiewicz 2021-07-16 12:08:25 +02:00
parent 94bee97589
commit 1364413bef

View File

@ -1,6 +1,6 @@
#!/bin/bash
SRC=claws-mail
VERSION=3.17.8
VERSION=4.0.0
set -x
wget -O ${SRC}-${VERSION}.tar.xz -c "https://www.claws-mail.org/download.php?file=releases/${SRC}-${VERSION}.tar.xz"
rm -rf themes && mkdir themes || exit 1