diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-02-11 07:46:59 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-12 17:49:52 +0700 |
commit | 492cca0f6f9f38ee00a820f7b6153873bbe4dbd6 (patch) | |
tree | 18a845ae8d72fabf7175277605b579985a5699da /python/selenium | |
parent | 030dd1c0487260b26714db6ce4c8ac7a3e975299 (diff) | |
download | slackbuilds-492cca0f6f9f38ee00a820f7b6153873bbe4dbd6.tar.gz |
python/selenium: Updated for version 2.44.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/selenium')
-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 dd1f7bcfba..cfaa8c4362 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.42.1} +VERSION=${VERSION:-2.44.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/selenium/selenium.info b/python/selenium/selenium.info index d54f820c6c..2fa68fb7cd 100644 --- a/python/selenium/selenium.info +++ b/python/selenium/selenium.info @@ -1,8 +1,8 @@ PRGNAM="selenium" -VERSION="2.42.1" +VERSION="2.44.0" HOMEPAGE="http://www.seleniumhq.org" -DOWNLOAD="https://pypi.python.org/packages/source/s/selenium/selenium-2.42.1.tar.gz" -MD5SUM="628be3f9426c0ec973d421fd08854552" +DOWNLOAD="https://pypi.python.org/packages/source/s/selenium/selenium-2.44.0.tar.gz" +MD5SUM="8802d73fb989d007ba1b43f070361cd1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools" |