diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-10-07 21:09:31 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-10 09:15:10 +0700 |
commit | ee846b7ffedba3f6fb7d1a034401453f45d3435a (patch) | |
tree | 493a7c85ad19e015c5666cdf52ec20c0f6d9658b /python | |
parent | fbe168edcd9ae42e557397b4a7477a6bb502223e (diff) | |
download | slackbuilds-ee846b7ffedba3f6fb7d1a034401453f45d3435a.tar.gz |
python/selenium: Updated for version 2.48.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/selenium/selenium.SlackBuild | 2 | ||||
-rw-r--r-- | python/selenium/selenium.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/selenium/selenium.SlackBuild b/python/selenium/selenium.SlackBuild index 3a137b07de..e1bab028f8 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:-2.47.3} +VERSION=${VERSION:-2.48.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/selenium/selenium.info b/python/selenium/selenium.info index e3036206dd..4530f8d689 100644 --- a/python/selenium/selenium.info +++ b/python/selenium/selenium.info @@ -1,8 +1,8 @@ PRGNAM="selenium" -VERSION="2.47.3" +VERSION="2.48.0" HOMEPAGE="http://www.seleniumhq.org" -DOWNLOAD="https://pypi.python.org/packages/source/s/selenium/selenium-2.47.3.tar.gz" -MD5SUM="9410299a1f3225c8a44b66faa8f3f733" +DOWNLOAD="https://pypi.python.org/packages/source/s/selenium/selenium-2.48.0.tar.gz" +MD5SUM="d1e0635b427151d86457170825b96cf8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools" |