ptyprocess: Upgraded to 0.5.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-04-25 07:30:36 +07:00
parent 9aa86fa403
commit 659822f86c
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for ptyprocess
# Copyright 2015 Willy Sudiarto Raharjo <willysr@slackware-id.org>
# Copyright 2015-2016 Willy Sudiarto Raharjo <willysr@slackware-id.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ptyprocess
VERSION=${VERSION:-0.5}
VERSION=${VERSION:-0.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_csb}

View file

@ -25,7 +25,7 @@
# Modified by Willy Sudiarto Raharjo for CSB Project
PRGNAM=vala
VERSION=${VERSION:-0.30.1}
VERSION=${VERSION:-0.32.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_csb}
@ -37,7 +37,7 @@ if [ -z "$ARCH" ]; then
esac
fi
wget -c http://ftp.gnome.org/pub/GNOME/sources/vala/0.30/$PRGNAM-$VERSION.tar.xz
wget -c http://ftp.gnome.org/pub/GNOME/sources/vala/0.32/$PRGNAM-$VERSION.tar.xz
CWD=$(pwd)
TMP=${TMP:-/tmp/csb}