diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-03-22 00:15:31 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-25 20:03:54 +0700 |
commit | 40e0995d73b2d9a8b12a6e92df86da2f992f112a (patch) | |
tree | 923f4c7d49cc1c8021ec7dac691a19da70b63a15 /python/selenium | |
parent | f3a8d38977459dd381ecfc471c637bca4ba85564 (diff) |
python/selenium: Updated for version 2.53.1.
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 e6899e7d8d05..12929273a4de 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:-2.52.0} +VERSION=${VERSION:-2.53.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/selenium/selenium.info b/python/selenium/selenium.info index d533d4b1c540..21e12cd1c208 100644 --- a/python/selenium/selenium.info +++ b/python/selenium/selenium.info @@ -1,8 +1,8 @@ PRGNAM="selenium" -VERSION="2.52.0" +VERSION="2.53.1" HOMEPAGE="http://www.seleniumhq.org" -DOWNLOAD="https://pypi.python.org/packages/source/s/selenium/selenium-2.52.0.tar.gz" -MD5SUM="671884a102b7c9653c5b19520cd9d516" +DOWNLOAD="https://pypi.python.org/packages/source/s/selenium/selenium-2.53.1.tar.gz" +MD5SUM="8d8b532348a5b7c6717593cae11a656b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |