diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-11-21 23:46:17 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-22 07:11:33 +0000 |
commit | 8fd3b83790332ed685791f243236e974fe347f1a (patch) | |
tree | bedfb6de10b05fdd9d006771b3786a9efa37ae42 | |
parent | 315d849740fe614a95ff2f3f2ea40426f43ad759 (diff) | |
download | aports-8fd3b83790332ed685791f243236e974fe347f1a.tar.bz2 aports-8fd3b83790332ed685791f243236e974fe347f1a.tar.xz |
main/uwsgi: rebuild against python3-3.8.0
-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 8b9b334045..2e53487b77 100644 --- a/main/uwsgi/APKBUILD +++ b/main/uwsgi/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=uwsgi pkgver=2.0.18 -pkgrel=3 +pkgrel=4 pkgdesc="uWSGI application container server" url="http://projects.unbit.it/uwsgi/" arch="all" |