From de16a94acfb66c843fcf8b071f4c76f29cc8c9f3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 21 Apr 2016 11:57:11 -0300 Subject: Updates roundcube dl url --- roundcube-dl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcube-dl b/roundcube-dl index 2c02ba7..b65d710 100755 --- a/roundcube-dl +++ b/roundcube-dl @@ -25,7 +25,7 @@ elif [ -d "roundcubemail-$VERSION" ]; then fi # Download package -wget -c http://downloads.sourceforge.net/project/roundcubemail/roundcubemail/$VERSION/roundcubemail-$VERSION.tar.gz +wget -c https://github.com/roundcube/roundcubemail/releases/download/$VERSION/roundcubemail-$VERSION.tar.gz # Check integrity echo "$SHA256 roundcubemail-$VERSION.tar.gz" | sha256sum -c -- cgit v1.2.3