network/NetworkManager-pptp: Updated for version 0.8.1.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Robby Workman 2010-07-31 22:13:05 -05:00 committed by Erik Hanson
parent 53978ed525
commit 7500ab1409
2 changed files with 4 additions and 6 deletions

View file

@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=NetworkManager-pptp
VERSION=${VERSION:-0.8}
VERSION=${VERSION:-0.8.1}
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="NetworkManager-pptp"
VERSION="0.8"
VERSION="0.8.1"
HOMEPAGE="http://projects.gnome.org/NetworkManager/"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-pptp/0.8/NetworkManager-pptp-0.8.tar.bz2"
MD5SUM="f87226c2d56c920617b53cf429e0c4b6"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-pptp/0.8/NetworkManager-pptp-0.8.1.tar.bz2"
MD5SUM="3eb00a9c5dc7e50fe76119da914148bc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Robby Workman"