From 8c32cf4ec2334f5fa0ff7223f91598d6b27f721c Mon Sep 17 00:00:00 2001 From: jvolkenant Date: Fri, 29 Jul 2016 16:24:56 -0700 Subject: [PATCH] Updated to Rainloop v1.10.2.145 --- setup/webmail.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/webmail.sh b/setup/webmail.sh index 5edc2779..9b8b5f2b 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -28,9 +28,9 @@ apt-get purge -qq -y roundcube* #NODOC # Install Roundcube from source if it is not already present or if it is out of date. # Combine the Roundcube version number with the commit hash of vacation_sieve to track # whether we have the latest version. -VERSION=v1.10.2.141 -VERSION_FILENAME="rainloop-community-1.10.2.141-df00be1a3ed3b171ed1dd0806b2aa5b7.zip" -HASH=58bb90e717f6b1e95ac909b399c7ac4a14752076 +VERSION=v1.10.2.145 +VERSION_FILENAME="rainloop-community-1.10.2.145-74dc686dd82d9f29b0fef8ceb11c2903.zip" +HASH=ee1b9cd4c2494aaecf7d291500aee9b455bbee58 UPDATE_KEY=$VERSION needs_update=0 #NODOC first_install=0