network/uwsgi: updated for version 2.0.26

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2024-06-01 23:50:05 +02:00 committed by Willy Sudiarto Raharjo
parent 7364a03812
commit 3fabe7311e
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=uwsgi PRGNAM=uwsgi
VERSION=${VERSION:-2.0.25.1} VERSION=${VERSION:-2.0.26}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="uwsgi" PRGNAM="uwsgi"
VERSION="2.0.25.1" VERSION="2.0.26"
HOMEPAGE="https://uwsgi-docs.readthedocs.io/" HOMEPAGE="https://uwsgi-docs.readthedocs.io/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/u/uwsgi/uwsgi-2.0.25.1.tar.gz" DOWNLOAD="https://files.pythonhosted.org/packages/source/u/uwsgi/uwsgi-2.0.26.tar.gz"
MD5SUM="920deefc852522a0563b2a1351b12b5b" MD5SUM="feaa4ee46afe415163ecf5fb6b2db4f9"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""