diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2021-03-05 11:29:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-04-05 18:18:03 +0000 |
commit | 084c454e8b909b443ba56e183c6037faebbaa72c (patch) | |
tree | d7173f99e3789f6e9e48b9f040477ee204792990 | |
parent | 19405fb23965a0c170334cb140cf2c9b8132f8de (diff) |
main/uwsgi: rebuild against python 3.9
-rw-r--r-- | main/uwsgi/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/uwsgi/APKBUILD b/main/uwsgi/APKBUILD index 2e6d1729399..2be267a8a22 100644 --- a/main/uwsgi/APKBUILD +++ b/main/uwsgi/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=uwsgi pkgver=2.0.19.1 -pkgrel=1 +pkgrel=2 pkgdesc="uWSGI application container server" url="http://projects.unbit.it/uwsgi/" arch="all" |