]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
offlineimap: rebuilt from mkbuild
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Mon, 24 Nov 2008 23:54:54 +0000 (23:54 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Mon, 24 Nov 2008 23:54:54 +0000 (23:54 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1970 370017ae-e619-0410-ac65-c121f96126d4

net/mail/offlineimap/offlineimap.SlackBuild

index 370c38a5d52ae4b69b0fe53ea548d0c56bf705a3..560561d9e8acda99a62210f9b900771d8cae947a 100755 (executable)
@@ -77,8 +77,8 @@ mkdir -p "$REPOS" || exit $ERROR_MKDIR
 mkdir -p "$PKG_WORK" || exit $ERROR_MKDIR
 
 # Dowload source if necessary
-SRC="242?attachment_id=334"
-URL="http://software.complete.org/software/versions/download/$SRC"
+SRC="$SRC_NAME"_"$SRC_VERSION.tar.EXT"
+URL="http://ftp.de.debian.org/debian/pool/main/o/offlineimap/$SRC"
 
 if [ ! -s "$SRC_DIR/$SRC" ] || ! gunzip -t "$SRC_DIR/$SRC" 2> /dev/null; then
   wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET