diff options
author | dslackw <d.zlatanidis@gmail.com> | 2014-08-05 22:41:29 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-06 14:18:44 +0700 |
commit | 679ac55d95cd0d37fda55309de8bdcbff2ee7c06 (patch) | |
tree | 222c6e109af237bdb9a893068c7a2d6a652a706d | |
parent | 242d8f88f31573ff842f24665017a16f7dd6cbb9 (diff) | |
download | slackbuilds-679ac55d95cd0d37fda55309de8bdcbff2ee7c06.tar.gz |
python/selenium: Updated for version 2.42.1.
Signed-off-by: dslackw <d.zlatanidis@gmail.com>
-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 0d971c2620..dd1f7bcfba 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.41.0} +VERSION=${VERSION:-2.42.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/selenium/selenium.info b/python/selenium/selenium.info index 8def60be19..d54f820c6c 100644 --- a/python/selenium/selenium.info +++ b/python/selenium/selenium.info @@ -1,8 +1,8 @@ PRGNAM="selenium" -VERSION="2.41.0" +VERSION="2.42.1" HOMEPAGE="http://www.seleniumhq.org" -DOWNLOAD="https://pypi.python.org/packages/source/s/selenium/selenium-2.41.0.tar.gz" -MD5SUM="291dbbe220dc18696718fbccb5f0b2fe" +DOWNLOAD="https://pypi.python.org/packages/source/s/selenium/selenium-2.42.1.tar.gz" +MD5SUM="628be3f9426c0ec973d421fd08854552" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools" |