diff options
author | Dimitris Zlatanidis | 2016-02-02 18:54:38 +0100 |
---|---|---|
committer | Dimitris Zlatanidis | 2016-02-02 18:54:38 +0100 |
commit | 28ae5121c813e969bbacbede6c14d0f3f8859a51 (patch) | |
tree | 4e47f2ace8a1598734c03bbd58393caccfa5f5fc /python | |
parent | 8edc6b0d04cb03286df077037693b0b8f398ea7f (diff) | |
download | slackbuilds-28ae5121c813e969bbacbede6c14d0f3f8859a51.tar.gz |
python/selenium: Updated for version 2.50.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-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 be576210d7..bb75543074 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.50.0} +VERSION=${VERSION:-2.50.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/selenium/selenium.info b/python/selenium/selenium.info index d699ec39fa..2924164a45 100644 --- a/python/selenium/selenium.info +++ b/python/selenium/selenium.info @@ -1,8 +1,8 @@ PRGNAM="selenium" -VERSION="2.50.0" +VERSION="2.50.1" HOMEPAGE="http://www.seleniumhq.org" -DOWNLOAD="https://pypi.python.org/packages/source/s/selenium/selenium-2.50.0.tar.gz" -MD5SUM="a4acfa754db6cf4dd325921fc2105fd4" +DOWNLOAD="https://pypi.python.org/packages/source/s/selenium/selenium-2.50.1.tar.gz" +MD5SUM="c2dc97dab1bf499a57a5b665814c2e75" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |