summaryrefslogtreecommitdiffstats
path: root/vde/build/vde.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'vde/build/vde.SlackBuild')
-rwxr-xr-xvde/build/vde.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/vde/build/vde.SlackBuild b/vde/build/vde.SlackBuild
index 92a355e7..f197d428 100755
--- a/vde/build/vde.SlackBuild
+++ b/vde/build/vde.SlackBuild
@@ -85,8 +85,8 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
# Input URL: http://downloads.sourceforge.net/vde/vde2-2.2.0-pre1.tar.bz2
-SOURCE="$SRCDIR/${PRGNAM}2-${VERSION}.tar.bz2"
-SRCURL="http://downloads.sourceforge.net/${PRGNAM}/${PRGNAM}2-${VERSION}.tar.bz2"
+SOURCE="$SRCDIR/${PRGNAM}2-${SRCVER}.tar.bz2"
+SRCURL="http://downloads.sourceforge.net/${PRGNAM}/${PRGNAM}2-${SRCVER}.tar.bz2"
##
## --- with a little luck, you won't have to edit below this point --- ##