diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-03-10 18:21:24 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-17 08:51:59 +0700 |
commit | 739b0893b2916e4832b26e7d5f8053b7972e4f1e (patch) | |
tree | a5023947ed184238aba0be266734692b897796ae /python/selenium/selenium.SlackBuild | |
parent | 38dfe92a5aece9302ab533d700123c6a3e048d72 (diff) |
python/selenium: Updated for version 3.10.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/selenium/selenium.SlackBuild')
-rw-r--r-- | python/selenium/selenium.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/selenium/selenium.SlackBuild b/python/selenium/selenium.SlackBuild index ef75ed659e63b..51edec35cf954 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:-3.8.1} +VERSION=${VERSION:-3.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |