mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/selenium: Updated for version 3.4.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
025d1f6b48
commit
d924ccd652
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.1}
|
||||
VERSION=${VERSION:-3.4.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="selenium"
|
||||
VERSION="3.4.1"
|
||||
VERSION="3.4.2"
|
||||
HOMEPAGE="http://www.seleniumhq.org"
|
||||
DOWNLOAD="https://pypi.python.org/packages/f1/68/4d0990587b9495e2e15d6859a0f42faf90a3a41f12926bfde2e7647ffce2/selenium-3.4.1.tar.gz"
|
||||
MD5SUM="70ba2452cd12cbdf1ce41202f430df51"
|
||||
DOWNLOAD="https://pypi.python.org/packages/47/63/611503113c00cb3ba0ab310567b4f7d7c2a3178e7ebc07f66ae4b997d56a/selenium-3.4.2.tar.gz"
|
||||
MD5SUM="5b30ae75463e0e951c39ebcb2ebbd573"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue