diff options
author | heil <heil@terminal-consulting.de> | 2016-12-20 16:37:53 +0100 |
---|---|---|
committer | heil <heil@terminal-consulting.de> | 2016-12-20 16:37:53 +0100 |
commit | 16d8e5a0eb6112ab4145ee0326a6c4c245959d5c (patch) | |
tree | d669a6fc5f1a02d50753efde72e42cb3b3cc4339 /net/nginx | |
parent | 82d75119b93b994c6f02ecb104fb6d07beab1049 (diff) |
nginx: bump version to latest stable 1.10.2
Signed-off-by: heil <heil@terminal-consulting.de>
Diffstat (limited to 'net/nginx')
-rw-r--r-- | net/nginx/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/nginx/Makefile b/net/nginx/Makefile index fa1e87391..5ebdaa51d 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nginx -PKG_VERSION:=1.10.1 -PKG_RELEASE:=2 +PKG_VERSION:=1.10.2 +PKG_RELEASE:=1 PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://nginx.org/download/ -PKG_MD5SUM:=088292d9caf6059ef328aa7dda332e44 +PKG_MD5SUM:=e8f5f4beed041e63eb97f9f4f55f3085 PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de> PKG_LICENSE:=2-clause BSD-like license @@ -241,7 +241,7 @@ define Build/Prepare endef define Download/nginx-naxsi - VERSION:=7a6ff365f6be736c826b2d69b967a250ac07197d + VERSION:=cf73f9c8664127252c2a4958d2e169516d3845a1 SUBDIR:=nginx-naxsi FILE:=nginx-naxsi-module-$(PKG_VERSION)-$$(VERSION).tar.gz URL:=https://github.com/nbs-system/naxsi.git |