diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-01-07 11:33:34 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-10 23:56:01 +0700 |
commit | 49345867789bcae279f37aa850d40e274725f821 (patch) | |
tree | 4f71ce6fd7bbe8e9c4ede734a8dd5294b55d1b22 /python/selenium/selenium.SlackBuild | |
parent | f67548b62a7ce576ecb5fffe03df352525e5ee74 (diff) |
python/selenium: Updated for version 3.8.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/selenium/selenium.SlackBuild')
-rw-r--r-- | python/selenium/selenium.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/selenium/selenium.SlackBuild b/python/selenium/selenium.SlackBuild index 6237f74922823..ef75ed659e63b 100644 --- a/python/selenium/selenium.SlackBuild +++ b/python/selenium/selenium.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for selenium -# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2018 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:-3.8.0} +VERSION=${VERSION:-3.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |