diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-08-05 10:24:40 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-11 07:23:14 +0700 |
commit | 7840a40a1a1a67ca7a1bf905b66c9894ca884c1d (patch) | |
tree | ea4a21528007b45cdbfd1bc02d6513a74de960e5 /python | |
parent | 0778b89bf6a85b4f2c9748a59004bb45521e16f3 (diff) | |
download | slackbuilds-7840a40a1a1a67ca7a1bf905b66c9894ca884c1d.tar.gz |
python/selenium: Updated for version 3.14.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/selenium/selenium.SlackBuild | 2 | ||||
-rw-r--r-- | python/selenium/selenium.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/selenium/selenium.SlackBuild b/python/selenium/selenium.SlackBuild index 51edec35cf..9eeb6bc287 100644 --- a/python/selenium/selenium.SlackBuild +++ b/python/selenium/selenium.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=selenium -VERSION=${VERSION:-3.10.0} +VERSION=${VERSION:-3.14.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/selenium/selenium.info b/python/selenium/selenium.info index af56890317..37b21c3c93 100644 --- a/python/selenium/selenium.info +++ b/python/selenium/selenium.info @@ -1,8 +1,8 @@ PRGNAM="selenium" -VERSION="3.10.0" +VERSION="3.14.0" HOMEPAGE="http://www.seleniumhq.org" -DOWNLOAD="https://pypi.python.org/packages/9a/d8/1e4d3e8393883e260ffc47fc475e322e8fbecf58fe6fcbd20ea52f915cd5/selenium-3.10.0.tar.gz" -MD5SUM="d93cde324ac34c2030c01b54c9fb93ff" +DOWNLOAD="https://files.pythonhosted.org/packages/af/7c/3f76140976b1c8f8a6b437ccd1f04efaed37bdc2600530e76ba981c677b9/selenium-3.14.0.tar.gz" +MD5SUM="95833d0da441e44d3d756564bb4ebbe7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |