mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/python3-wcwidth: updated for version 0.2.13
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
789e809d6d
commit
c088bf2fd6
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-wcwidth
|
||||
VERSION=${VERSION:-0.2.12}
|
||||
VERSION=${VERSION:-0.2.13}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-wcwidth"
|
||||
VERSION="0.2.12"
|
||||
VERSION="0.2.13"
|
||||
HOMEPAGE="https://github.com/jquast/wcwidth"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/w/wcwidth/wcwidth-0.2.12.tar.gz"
|
||||
MD5SUM="c37cceb9d573adcce0b3e5167ecb1df9"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/w/wcwidth/wcwidth-0.2.13.tar.gz"
|
||||
MD5SUM="5ce8dd9e6993dae268142feb1e605cd8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue