mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/selenium: Updated for version 2.46.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
2d373c8997
commit
065619b4d2
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for selenium
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis, Greece-Orestiada
|
||||
# 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.44.0}
|
||||
VERSION=${VERSION:-2.46.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="selenium"
|
||||
VERSION="2.44.0"
|
||||
VERSION="2.46.0"
|
||||
HOMEPAGE="http://www.seleniumhq.org"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/s/selenium/selenium-2.44.0.tar.gz"
|
||||
MD5SUM="8802d73fb989d007ba1b43f070361cd1"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/s/selenium/selenium-2.46.0.tar.gz"
|
||||
MD5SUM="6db65e1e7653da0fdc514df5db76d662"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools"
|
||||
|
|
Loading…
Reference in a new issue