summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/get-orig-source.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh
index 341b635c..b9cc7221 100644
--- a/debian/get-orig-source.sh
+++ b/debian/get-orig-source.sh
@@ -66,7 +66,7 @@ if [ -z $SVNREVISION ]; then
fi
PACKAGENAME=boxbackup
-baseurl="https://www.boxbackup.org/svn/box/trunk"
+baseurl="https://www.boxbackup.org/svn/box/RELEASE/0.11rc8"
TARBALL=../${PACKAGENAME}_0.11~rc8~r${SVNREVISION}.orig.tar.gz
TMPDIR=`mktemp -d`