network/vde2: Updated for version 2.3.2.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Mikko Värri 2012-05-20 17:08:19 -04:00 committed by Erik Hanson
parent c60351423e
commit 7d52da4a92
3 changed files with 7 additions and 9 deletions

View file

@ -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

View file

@ -1,8 +1,8 @@
PRGNAM="vde2"
VERSION="2.3.1"
VERSION="2.3.2"
HOMEPAGE="http://vde.sourceforge.net"
DOWNLOAD="http://downloads.sourceforge.net/project/vde/vde2/2.3.1/vde2-2.3.1.tar.bz2"
MD5SUM="22a7913beb50d6706155fc502ff3cbbe"
DOWNLOAD="http://downloads.sourceforge.net/project/vde/vde2/2.3.2/vde2-2.3.2.tar.bz2"
MD5SUM="46fbc5f97f03dc517aa3b2c9d9ea6628"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"