diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-03-31 08:10:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-03-31 09:02:01 +0700 |
commit | ffbb0c21e89ce3b54cc17efeadacd359052600af (patch) | |
tree | 07b50f5936e11735e151babdd3a984d1514a9c33 /python/selenium | |
parent | 0bb9d0ae6c58ac8c5e81b94d0cd6fe3bb5d19626 (diff) | |
download | slackbuilds-ffbb0c21e89ce3b54cc17efeadacd359052600af.tar.gz |
python/selenium: Updated for version 2.41.0.
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 d82a16cc13..0d971c2620 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.40.0} +VERSION=${VERSION:-2.41.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/selenium/selenium.info b/python/selenium/selenium.info index 55e9cac206..8def60be19 100644 --- a/python/selenium/selenium.info +++ b/python/selenium/selenium.info @@ -1,8 +1,8 @@ PRGNAM="selenium" -VERSION="2.40.0" +VERSION="2.41.0" HOMEPAGE="http://www.seleniumhq.org" -DOWNLOAD="https://pypi.python.org/packages/source/s/selenium/selenium-2.40.0.tar.gz" -MD5SUM="25a990c1b253ef452eec878cd63c894e" +DOWNLOAD="https://pypi.python.org/packages/source/s/selenium/selenium-2.41.0.tar.gz" +MD5SUM="291dbbe220dc18696718fbccb5f0b2fe" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools" |