xap/claws-mail: updated to version 3.17.8.

Also clawsola theme updated to 0.3.

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
This commit is contained in:
Michal Cieslakiewicz 2020-10-26 12:48:44 +01:00
parent 3fbf6648ad
commit 41f42e74fe

View File

@ -1,6 +1,6 @@
#!/bin/bash
SRC=claws-mail
VERSION=3.17.5
VERSION=3.17.8
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
@ -10,7 +10,7 @@ for i in A_Ducks_Claw \
Fugue \
Gnome \
Tango_1.2.1 \
clawsola-0.2 \
clawsola-0.3 \
elementary \
gnome-brave; do
wget -O themes/claws-mail-theme_${i}.tar.gz "https://www.claws-mail.org/download.php?file=themes/png/claws-mail-theme_${i}.tar.gz"