From a387117a2a807e7d180e0dfc6e24d7eb61e1abdc Mon Sep 17 00:00:00 2001 From: heil Date: Wed, 30 Mar 2016 14:28:40 +0200 Subject: [PATCH] nginx: bump to version 1.9.13 Signed-off-by: heil --- net/nginx/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 6bce6a2a1d..09479227ca 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nginx -PKG_VERSION:=1.9.9 -PKG_RELEASE:=2 +PKG_VERSION:=1.9.13 +PKG_RELEASE:=1 PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://nginx.org/download/ -PKG_MD5SUM:=50fdfa08e93ead7a111cba5a5f5735af +PKG_MD5SUM:=e7502dc170277597ca73eb53c359c771 PKG_MAINTAINER:=Thomas Heil PKG_LICENSE:=2-clause BSD-like license -- 2.30.2