diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-11-24 17:43:59 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-12-10 13:48:08 +0000 |
commit | 587d9f21a81754578a3bf7140ed585fc29518717 (patch) | |
tree | d07b3f74a29e4742f641de8acb7c64400f583ec1 | |
parent | cfb42af2af3ecea743a3dfc4bdfb009d13d02076 (diff) | |
download | ports-587d9f21a81754578a3bf7140ed585fc29518717.tar.gz ports-587d9f21a81754578a3bf7140ed585fc29518717.zip |
www/uwsgi: update to 2.0.20
PR: 260028
Approved by: maintainer timeout (eugene@zhegan.in, 2 weeks)
-rw-r--r-- | www/uwsgi/Makefile | 5 | ||||
-rw-r--r-- | www/uwsgi/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/www/uwsgi/Makefile b/www/uwsgi/Makefile index ef57168c4aa4..f241a2eaba89 100644 --- a/www/uwsgi/Makefile +++ b/www/uwsgi/Makefile @@ -1,8 +1,7 @@ # Created by: Daniel Gerzo <danger@FreeBSD.org> PORTNAME= uwsgi -PORTVERSION= 2.0.19.1 -PORTREVISION= 1 +PORTVERSION= 2.0.20 CATEGORIES= www python MASTER_SITES= http://projects.unbit.it/downloads/ @@ -12,7 +11,7 @@ COMMENT= Developer-friendly WSGI server which uses uwsgi protocol LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cpe pkgconfig python:3.6-3.9 +USES= cpe pkgconfig python:3.6-3.10 USE_PYTHON= distutils concurrent optsuffix USE_RC_SUBR= uwsgi CPE_VENDOR= unbit diff --git a/www/uwsgi/distinfo b/www/uwsgi/distinfo index 2d85d3abb1ee..3006a759cfdf 100644 --- a/www/uwsgi/distinfo +++ b/www/uwsgi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1605080865 -SHA256 (uwsgi-2.0.19.1.tar.gz) = 56be307f3bfcf6cc074f4354de6403778d7ec3e44addac896e26ffb3c4d9a608 -SIZE (uwsgi-2.0.19.1.tar.gz) = 811149 +TIMESTAMP = 1637775824 +SHA256 (uwsgi-2.0.20.tar.gz) = 88ab9867d8973d8ae84719cf233b7dafc54326fcaec89683c3f9f77c002cdff9 +SIZE (uwsgi-2.0.20.tar.gz) = 804906 |