Skip to content

Commit 5f644e8

Browse files
committed
revbump(main/uwsgi): for python 3.13
- Fixes #28799
1 parent ac6f3e2 commit 5f644e8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/uwsgi/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ TERMUX_PKG_DESCRIPTION="uWSGI application server container"
33
TERMUX_PKG_LICENSE="GPL-2.0"
44
TERMUX_PKG_MAINTAINER="@termux"
55
TERMUX_PKG_VERSION="2.0.31"
6-
TERMUX_PKG_SRCURL=https://github.com/unbit/uwsgi/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
6+
TERMUX_PKG_REVISION=1
7+
TERMUX_PKG_SRCURL="https://github.com/unbit/uwsgi/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz"
78
TERMUX_PKG_SHA256=d5fb7b058a6e037cad1f0fb8841de56d673d80a3af036bba830143b60c67c3dc
89
TERMUX_PKG_DEPENDS="libandroid-glob, libandroid-sysv-semaphore, libandroid-utimes, libcap, libcrypt, libjansson, libuuid, libxml2, openssl, pcre2, python"
910
TERMUX_PKG_BUILD_IN_SRC=true

0 commit comments

Comments
 (0)