diff options
author | adam <adam@pkgsrc.org> | 2018-03-12 16:31:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-03-12 16:31:13 +0000 |
commit | 479ce5cd7687704e89d578ec7add8c27d8f1030f (patch) | |
tree | a6098163bd4fb0a208f567e601459b06d03e1137 /www/py-selenium/Makefile | |
parent | 0373cb8c73d5dddcafac7aaed5b3d8ae7fd77565 (diff) | |
download | pkgsrc-479ce5cd7687704e89d578ec7add8c27d8f1030f.tar.gz |
py-selenium: updated to 3.11.0
Selenium 3.11.0
No changes just keeping python version in step with the rest of the project.
Diffstat (limited to 'www/py-selenium/Makefile')
-rw-r--r-- | www/py-selenium/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-selenium/Makefile b/www/py-selenium/Makefile index e05d3afd5ec..b1cfe330d58 100644 --- a/www/py-selenium/Makefile +++ b/www/py-selenium/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2018/03/05 13:47:50 adam Exp $ +# $NetBSD: Makefile,v 1.7 2018/03/12 16:31:13 adam Exp $ -DISTNAME= selenium-3.10.0 +DISTNAME= selenium-3.11.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=s/selenium/} |