aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPeter Stadler <peter.stadler@student.uibk.ac.at>2020-07-17 16:07:03 +0200
committerPeter Stadler <peter.stadler@student.uibk.ac.at>2020-07-17 17:45:44 +0200
commit4f7da949cb2667f199c7f3c2a28bdd774adc1e51 (patch)
tree7ad728cd47542ee528272a069dc0d4c8b05d0bff /net
parent4cb4df527d7fae63554c880a3097fa44ed53f36c (diff)
uwsgi: update to version 2.0.19.1
update to latest version. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
Diffstat (limited to 'net')
-rw-r--r--net/uwsgi/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/net/uwsgi/Makefile b/net/uwsgi/Makefile
index 97152267f..bf522481e 100644
--- a/net/uwsgi/Makefile
+++ b/net/uwsgi/Makefile
@@ -1,11 +1,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=uwsgi
-PKG_VERSION:=2.0.18
-PKG_RELEASE:=3
+PKG_VERSION:=2.0.19.1
+PKG_RELEASE:=1
-PYPI_NAME:=$(PKG_NAME)
-PKG_HASH:=4972ac538800fb2d421027f49b4a1869b66048839507ccf0aa2fda792d99f583
+PYPI_NAME:=uWSGI
+PKG_HASH:=faa85e053c0b1be4d5585b0858d3a511d2cd10201802e8676060fd0a109e5869
PKG_BUILD_DEPENDS:=python3/host
PYTHON3_PKG_BUILD:=0
@@ -19,6 +19,9 @@ include ../../lang/python/python3-package.mk
#for LINUX_UNAME_VERSION:
include $(INCLUDE_DIR)/kernel.mk
+#the .tar.gz does not wrap it into a uWSGI dir; do not use "$(1)/..":
+TAR_CMD=$(HOST_TAR) -C $(1) $(TAR_OPTIONS)
+
define Package/uwsgi
SECTION:=net
CATEGORY:=Network