diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-12-10 16:17:00 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-16 07:32:19 +0700 |
commit | 46e386d6e3814a10f72a42dc7f2e5f1d2d3ed4da (patch) | |
tree | 590f0eca36fd2666f5a32308b58b74cc88ec5d55 /python | |
parent | 519b5eb0006f27b7da17bf068435c03229c9d38e (diff) | |
download | slackbuilds-46e386d6e3814a10f72a42dc7f2e5f1d2d3ed4da.tar.gz |
python/selenium: Updated for version 3.8.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 74275aa30e..6237f74922 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.7.0} +VERSION=${VERSION:-3.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/selenium/selenium.info b/python/selenium/selenium.info index 14b8382045..80ddd3bbac 100644 --- a/python/selenium/selenium.info +++ b/python/selenium/selenium.info @@ -1,8 +1,8 @@ PRGNAM="selenium" -VERSION="3.7.0" +VERSION="3.8.0" HOMEPAGE="http://www.seleniumhq.org" -DOWNLOAD="https://pypi.python.org/packages/bc/37/aea63b9651d5f27c9349895fc72862e2e14ed264e8f5d3eedc602c41254a/selenium-3.7.0.tar.gz" -MD5SUM="f5d26470803c93a02909e87240ccc56b" +DOWNLOAD="https://pypi.python.org/packages/1a/7d/1e4aadfffc9c0de596839347e29a799c4124987ec6cdb3bcb46fa1970ffa/selenium-3.8.0.tar.gz" +MD5SUM="75cd56d258e61c007aeb21bf28407488" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |