diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-09-16 02:59:01 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-19 19:49:11 +0700 |
commit | a329def4a413e69685c618b864b8305a316e620b (patch) | |
tree | f1dcb465b73af53e4e327000bcd10c36a2c6ec2f /python/selenium | |
parent | 7e9a4e88cb380a8e35475f112ccf8a1859051e3a (diff) | |
download | slackbuilds-a329def4a413e69685c618b864b8305a316e620b.tar.gz |
python/selenium: Updated for version 2.47.3.
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 d799704121..3a137b07de 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.1} +VERSION=${VERSION:-2.47.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/selenium/selenium.info b/python/selenium/selenium.info index 3b994f9a14..e3036206dd 100644 --- a/python/selenium/selenium.info +++ b/python/selenium/selenium.info @@ -1,8 +1,8 @@ PRGNAM="selenium" -VERSION="2.47.1" +VERSION="2.47.3" HOMEPAGE="http://www.seleniumhq.org" -DOWNLOAD="https://pypi.python.org/packages/source/s/selenium/selenium-2.47.1.tar.gz" -MD5SUM="7a2e267e8ef5c221bfd6387c2ad5f3bc" +DOWNLOAD="https://pypi.python.org/packages/source/s/selenium/selenium-2.47.3.tar.gz" +MD5SUM="9410299a1f3225c8a44b66faa8f3f733" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools" |