diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-07-20 17:03:39 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-25 11:22:13 +0700 |
commit | cee0e1473199a391219880c1cba9f4bea56e1572 (patch) | |
tree | 356352f085eed8c8c05c73a6eb444c84e4823b46 /python | |
parent | 94dbf431cf707a6e6a41792cabdb9eb3f93d2209 (diff) | |
download | slackbuilds-cee0e1473199a391219880c1cba9f4bea56e1572.tar.gz |
python/selenium: Updated for version 2.46.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-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 22aa34ca5d..678bacc425 100644 --- a/python/selenium/selenium.SlackBuild +++ b/python/selenium/selenium.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for selenium -# Copyright 2014-2015 Dimitris Zlatanidis, Orestiada, Greece +# Copyright 2014-2015 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:-2.46.0} +VERSION=${VERSION:-2.46.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/selenium/selenium.info b/python/selenium/selenium.info index dbcb572bf7..ba281a079d 100644 --- a/python/selenium/selenium.info +++ b/python/selenium/selenium.info @@ -1,8 +1,8 @@ PRGNAM="selenium" -VERSION="2.46.0" +VERSION="2.46.1" HOMEPAGE="http://www.seleniumhq.org" -DOWNLOAD="https://pypi.python.org/packages/source/s/selenium/selenium-2.46.0.tar.gz" -MD5SUM="6db65e1e7653da0fdc514df5db76d662" +DOWNLOAD="https://pypi.python.org/packages/source/s/selenium/selenium-2.46.1.tar.gz" +MD5SUM="d6705588eb91db030410711b30c4c489" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools" |