diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-11 00:59:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-11 01:01:32 +0700 |
commit | 1eef035a433733a7609e6bf3b2463d4180f343d7 (patch) | |
tree | ae7de041f592bbf0e1d695f62ec545b39cc31fd3 /libraries/wxPython4 | |
parent | ae3cd13e7003a0584323a4d7d711a70628570362 (diff) |
libraries/wxPython4: Updated for version 4.0.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/wxPython4')
-rw-r--r-- | libraries/wxPython4/wxPython4.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/wxPython4/wxPython4.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/wxPython4/wxPython4.SlackBuild b/libraries/wxPython4/wxPython4.SlackBuild index 6ea2cb14a0ae..823b2323ba7f 100644 --- a/libraries/wxPython4/wxPython4.SlackBuild +++ b/libraries/wxPython4/wxPython4.SlackBuild @@ -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} diff --git a/libraries/wxPython4/wxPython4.info b/libraries/wxPython4/wxPython4.info index 30a2898fdf31..436d77fc6298 100644 --- a/libraries/wxPython4/wxPython4.info +++ b/libraries/wxPython4/wxPython4.info @@ -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" |