libraries/wxPython4: Updated for version 4.0.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2019-01-11 00:59:16 +07:00
parent ae3cd13e70
commit 1eef035a43
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for wxPython4
# Copyright 2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2018-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,7 +27,7 @@
PRGNAM=wxPython4
SRCNAM=wxPython
VERSION=${VERSION:-4.0.1}
VERSION=${VERSION:-4.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="wxPython4"
VERSION="4.0.1"
VERSION="4.0.4"
HOMEPAGE="https://wxPython.org/"
DOWNLOAD="https://github.com/wxWidgets/Phoenix/releases/download/wxPython-4.0.1/wxPython-4.0.1.tar.gz"
MD5SUM="a56ece3363da3949dd0f30c45cc21631"
DOWNLOAD="https://files.pythonhosted.org/packages/17/74/7c3ced03c3c76b9f98e4a0edae1801755a7599ebf481c04d9f77dfff17e3/wxPython-4.0.4.tar.gz"
MD5SUM="da1d5b1db7db26ccc3f3538b3fba61a0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3 webkit2gtk"