aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/cryptsetup-luks/cryptsetup-luks.SlackBuild
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2009-04-05 23:08:01 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2009-04-05 23:08:01 +0000
commit632d0baeaa7ad0525f6b3e166dcdd58ced3d7878 (patch)
tree7bc0cecc3737d6e1db5eaf4c770272a20c9a2b01 /sys/fs/cryptsetup-luks/cryptsetup-luks.SlackBuild
parentb9a877a15a98750dcd6b5be7c0c43dbe7410d63d (diff)
downloadslackbuilds-632d0baeaa7ad0525f6b3e166dcdd58ced3d7878.tar.gz
slackbuilds-632d0baeaa7ad0525f6b3e166dcdd58ced3d7878.tar.bz2
cryptsetup-luks: updating url
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@2138 370017ae-e619-0410-ac65-c121f96126d4
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