mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/selenium: Updated for version 3.5.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
9e77c7a25a
commit
6ee2d01717
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=selenium
|
||||
VERSION=${VERSION:-3.4.3}
|
||||
VERSION=${VERSION:-3.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="selenium"
|
||||
VERSION="3.4.3"
|
||||
VERSION="3.5.0"
|
||||
HOMEPAGE="http://www.seleniumhq.org"
|
||||
DOWNLOAD="https://pypi.python.org/packages/a5/af/923433edac3027518f2c956781d9c579a8662828eaad8f127473219aacf1/selenium-3.4.3.tar.gz"
|
||||
MD5SUM="da50afa759fc6fe661db33a2e7d76872"
|
||||
DOWNLOAD="https://pypi.python.org/packages/ac/d7/1928416439d066c60f26c87a8d1b78a8edd64c7d05a0aa917fa97a8ee02d/selenium-3.5.0.tar.gz"
|
||||
MD5SUM="986702fdd0e2aec6a4eda134678b8b3f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue