aboutsummaryrefslogtreecommitdiff
path: root/net/nginx/Makefile
diff options
context:
space:
mode:
authorPeter Stadler <peter.stadler@student.uibk.ac.at>2021-10-27 12:18:49 +0200
committerRosen Penev <rosenp@gmail.com>2021-10-30 01:12:02 -0700
commit55c3bc14f76675eee01119f7e1a65412eda55f65 (patch)
tree7e1f40d8691b8ac6c23e33379f27941acbaeea0f /net/nginx/Makefile
parentbbf13f9d891904d104ad872a4b6fc3a5b5e40e22 (diff)
nginx, python3-{asgiref,django-cors-headers,drf-nested-routers,sqlparse}: bump versions
Update to the newest versions and switch to $(AUTORELEASE) for the python3 packages (where I am the maintainer). Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
Diffstat (limited to 'net/nginx/Makefile')
-rw-r--r--net/nginx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nginx/Makefile b/net/nginx/Makefile
index 6ee5221ed..7485315d5 100644
--- a/net/nginx/Makefile
+++ b/net/nginx/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=nginx
-PKG_VERSION:=1.21.1
+PKG_VERSION:=1.21.3
PKG_RELEASE:=1
PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://nginx.org/download/
-PKG_HASH:=68ba0311342115163a0354cad34f90c05a7e8bf689dc498abf07899eda155560
+PKG_HASH:=14774aae0d151da350417efc4afda5cce5035056e71894836797e1f6e2d1175a
PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de> \
Ansuel Smith <ansuelsmth@gmail.com>