diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2014-12-07 05:00:48 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2014-12-07 05:00:48 +0100 |
commit | 444d0ea061cabd9851ba0e144a94a10271ca6c79 (patch) | |
tree | 515486402bd57f764af8fc97a86b59e94634bb2d /package/nginx/Makefile | |
parent | 36d63c60dbe2d074dff81a6af7dd77b62b5f23dc (diff) | |
parent | 4c9ab0d218fbf8f29ce4250f2b9941e6feae0651 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/nginx/Makefile')
-rw-r--r-- | package/nginx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/nginx/Makefile b/package/nginx/Makefile index 735c61985..804b6309f 100644 --- a/package/nginx/Makefile +++ b/package/nginx/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= nginx -PKG_VERSION:= 1.7.1 +PKG_VERSION:= 1.7.8 PKG_RELEASE:= 1 -PKG_MD5SUM:= 9659cbb26f226f6390b18ef991a79233 +PKG_MD5SUM:= fd5ab813fc1853cd8efe580ead577c3e PKG_DESCR:= powerful http reverse proxy and webserver PKG_SECTION:= net/http PKG_BUILDDEP:= openssl pcre zlib |