From 632d0baeaa7ad0525f6b3e166dcdd58ced3d7878 Mon Sep 17 00:00:00 2001 From: rhatto Date: Sun, 5 Apr 2009 23:08:01 +0000 Subject: cryptsetup-luks: updating url git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@2138 370017ae-e619-0410-ac65-c121f96126d4 --- sys/fs/cryptsetup-luks/cryptsetup-luks.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/fs/cryptsetup-luks/cryptsetup-luks.SlackBuild') 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 -- cgit v1.2.3