diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-03-10 18:21:24 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-17 08:51:59 +0700 |
commit | 739b0893b2916e4832b26e7d5f8053b7972e4f1e (patch) | |
tree | a5023947ed184238aba0be266734692b897796ae /python/selenium | |
parent | 38dfe92a5aece9302ab533d700123c6a3e048d72 (diff) |
python/selenium: Updated for version 3.10.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/selenium')
-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 ef75ed659e63..51edec35cf95 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.8.1} +VERSION=${VERSION:-3.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/selenium/selenium.info b/python/selenium/selenium.info index 7ff1cb7de1da..af5689031736 100644 --- a/python/selenium/selenium.info +++ b/python/selenium/selenium.info @@ -1,8 +1,8 @@ PRGNAM="selenium" -VERSION="3.8.1" +VERSION="3.10.0" HOMEPAGE="http://www.seleniumhq.org" -DOWNLOAD="https://pypi.python.org/packages/59/2e/43cc1233703228e6752dc5ddfa59a254c430312c96ea6817419239fac137/selenium-3.8.1.tar.gz" -MD5SUM="7cb125b315cfa9d8d9f9fda3f7295ca5" +DOWNLOAD="https://pypi.python.org/packages/9a/d8/1e4d3e8393883e260ffc47fc475e322e8fbecf58fe6fcbd20ea52f915cd5/selenium-3.10.0.tar.gz" +MD5SUM="d93cde324ac34c2030c01b54c9fb93ff" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |