summaryrefslogtreecommitdiffstats
path: root/network/vde2/vde2.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/vde2/vde2.SlackBuild')
-rw-r--r--network/vde2/vde2.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/network/vde2/vde2.SlackBuild b/network/vde2/vde2.SlackBuild
index 25cc9dfc38..82186154b3 100644
--- a/network/vde2/vde2.SlackBuild
+++ b/network/vde2/vde2.SlackBuild
@@ -25,16 +25,14 @@
# Modified by Antonio Hernández Blas <hba.nihilismus@gmail.com>
PRGNAM=vde2
-VERSION=2.3.1
+VERSION=2.3.2
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi