diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-01-07 11:33:34 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-10 23:56:01 +0700 |
commit | 49345867789bcae279f37aa850d40e274725f821 (patch) | |
tree | 4f71ce6fd7bbe8e9c4ede734a8dd5294b55d1b22 /python/selenium | |
parent | f67548b62a7ce576ecb5fffe03df352525e5ee74 (diff) | |
download | slackbuilds-49345867789bcae279f37aa850d40e274725f821.tar.gz |
python/selenium: Updated for version 3.8.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/selenium')
-rw-r--r-- | python/selenium/selenium.SlackBuild | 4 | ||||
-rw-r--r-- | python/selenium/selenium.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/selenium/selenium.SlackBuild b/python/selenium/selenium.SlackBuild index 6237f74922..ef75ed659e 100644 --- a/python/selenium/selenium.SlackBuild +++ b/python/selenium/selenium.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for selenium -# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=selenium -VERSION=${VERSION:-3.8.0} +VERSION=${VERSION:-3.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/selenium/selenium.info b/python/selenium/selenium.info index 80ddd3bbac..7ff1cb7de1 100644 --- a/python/selenium/selenium.info +++ b/python/selenium/selenium.info @@ -1,8 +1,8 @@ PRGNAM="selenium" -VERSION="3.8.0" +VERSION="3.8.1" HOMEPAGE="http://www.seleniumhq.org" -DOWNLOAD="https://pypi.python.org/packages/1a/7d/1e4aadfffc9c0de596839347e29a799c4124987ec6cdb3bcb46fa1970ffa/selenium-3.8.0.tar.gz" -MD5SUM="75cd56d258e61c007aeb21bf28407488" +DOWNLOAD="https://pypi.python.org/packages/59/2e/43cc1233703228e6752dc5ddfa59a254c430312c96ea6817419239fac137/selenium-3.8.1.tar.gz" +MD5SUM="7cb125b315cfa9d8d9f9fda3f7295ca5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |