From 5d66e7fab612fe0c6bf3d8c96018f935e8b7b5cf Mon Sep 17 00:00:00 2001 From: yuval Date: Mon, 15 Apr 2024 19:16:19 +0300 Subject: [PATCH] updated wget to get the latest tag tarball --- WSGIquickstart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WSGIquickstart.rst b/WSGIquickstart.rst index 17c2baf9..69076eb6 100644 --- a/WSGIquickstart.rst +++ b/WSGIquickstart.rst @@ -39,8 +39,8 @@ You have various ways to install uWSGI for Python: .. code-block:: sh - wget https://projects.unbit.it/downloads/uwsgi-latest.tar.gz - tar zxvf uwsgi-latest.tar.gz + wget https://github.com/unbit/uwsgi/archive/refs/tags/$(git ls-remote --tags --sort=v:refname https://github.com/unbit/uwsgi | cut -d/ -f3 | tail -n2 | head -n1).tar.gz + tar zxvf latest.tar.gz cd make