aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/cryptsetup-luks/cryptsetup-luks.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/cryptsetup-luks/cryptsetup-luks.SlackBuild')
-rwxr-xr-xsys/fs/cryptsetup-luks/cryptsetup-luks.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/cryptsetup-luks/cryptsetup-luks.SlackBuild b/sys/fs/cryptsetup-luks/cryptsetup-luks.SlackBuild
index d5b06cf5..6e2aa3eb 100755
--- a/sys/fs/cryptsetup-luks/cryptsetup-luks.SlackBuild
+++ b/sys/fs/cryptsetup-luks/cryptsetup-luks.SlackBuild
@@ -81,7 +81,7 @@ mkdir -p "$PKG_WORK" || exit $ERROR_MKDIR
# Dowload source if necessary
SRC="cryptsetup-$VERSION.tar.bz2"
-URL="http://luks.endorphin.org/source/$SRC"
+URL="http://cryptsetup.googlecode.com/files/$SRC"
if [ ! -s "$SRC_DIR/$SRC" ] || ! bunzip2 -t "$SRC_DIR/$SRC" 2> /dev/null; then
wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET