diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-07-09 19:12:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-09 19:12:41 +0300 |
commit | ceb2daec24762d6c07bc5ecfb7c2bded28a1af8e (patch) | |
tree | 2f089e443e99cf47cdf385836b270026d94eee28 /net/nginx | |
parent | 6365c1aa8264f29a30db93743ac6c217e47f5161 (diff) | |
parent | d42df123aea814cdd4504972c321b454e2041d14 (diff) |
Merge pull request #6426 from Ansuel/nginxbump
nginx: bump to latest release
Diffstat (limited to 'net/nginx')
-rw-r--r-- | net/nginx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 5664886ea..be2a857a9 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nginx -PKG_VERSION:=1.15.0 +PKG_VERSION:=1.15.1 PKG_RELEASE:=1 PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://nginx.org/download/ -PKG_HASH:=b0b58c9a3fd73aa8b89edf5cfadc6641a352e0e6d3071db1eb3215d72b7fb516 +PKG_HASH:=c7206858d7f832b8ef73a45c9b8f8e436bcb1ee88db2bc85b8e438ecec9d5460 PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de> \ Ansuel Smith <ansuelsmth@gmail.com> |