aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-04-21 11:57:11 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-04-21 11:57:11 -0300
commitde16a94acfb66c843fcf8b071f4c76f29cc8c9f3 (patch)
tree145e8b06f6dc87e03178257c630c5e4dfc93a1db
parent1c4ee5f1c438c32fcbe6c49f01157a737f8e9a1c (diff)
downloaddownloaders-de16a94acfb66c843fcf8b071f4c76f29cc8c9f3.tar.gz
downloaders-de16a94acfb66c843fcf8b071f4c76f29cc8c9f3.tar.bz2
Updates roundcube dl url
-rwxr-xr-xroundcube-dl2
1 files changed, 1 insertions, 1 deletions
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