diff options
-rwxr-xr-x | roundcube-dl | 2 |
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 |