mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-26 21:59:28 +01:00
pexpect: Upgraded to 4.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
8d9b762c23
commit
5f059e9470
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
# Modified by Willy Sudiarto Raharjo for CSB Project
|
# Modified by Willy Sudiarto Raharjo for CSB Project
|
||||||
|
|
||||||
PRGNAM=pexpect
|
PRGNAM=pexpect
|
||||||
VERSION=${VERSION:-4.5}
|
VERSION=${VERSION:-4.6.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_csb}
|
TAG=${TAG:-_csb}
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ if [ -z "$ARCH" ]; then
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wget -c https://github.com/pexpect/pexpect/archive/$VERSION/$PRGNAM-$VERSION.tar.gz
|
wget -c https://files.pythonhosted.org/packages/89/43/07d07654ee3e25235d8cea4164cdee0ec39d1fda8e9203156ebe403ffda4/$PRGNAM-$VERSION.tar.gz
|
||||||
|
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
TMP=${TMP:-/tmp/csb}
|
TMP=${TMP:-/tmp/csb}
|
||||||
|
|
Loading…
Reference in a new issue