diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-08-07 03:24:42 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-09 23:07:30 +0700 |
commit | cf6bb367c4c404d735a9207becbcab4e55f1df4d (patch) | |
tree | 9b21f337421de60e39cddab72f09e7d36609fae9 /python/selenium | |
parent | d542fc25979176f3e3a5ff2a1017f6ffd2a3d891 (diff) | |
download | slackbuilds-cf6bb367c4c404d735a9207becbcab4e55f1df4d.tar.gz |
python/selenium: Updated for version 2.47.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
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 98f06edf33..d799704121 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.0} +VERSION=${VERSION:-2.47.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/selenium/selenium.info b/python/selenium/selenium.info index e58d71e398..3b994f9a14 100644 --- a/python/selenium/selenium.info +++ b/python/selenium/selenium.info @@ -1,8 +1,8 @@ PRGNAM="selenium" -VERSION="2.47.0" +VERSION="2.47.1" HOMEPAGE="http://www.seleniumhq.org" -DOWNLOAD="https://pypi.python.org/packages/source/s/selenium/selenium-2.47.0.tar.gz" -MD5SUM="a6ae00bc62b3cda0f0f293c1dc3b90f6" +DOWNLOAD="https://pypi.python.org/packages/source/s/selenium/selenium-2.47.1.tar.gz" +MD5SUM="7a2e267e8ef5c221bfd6387c2ad5f3bc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools" |