diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-02 07:27:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-02 09:04:00 +0200 |
commit | 76a5a8cf04e4c886d6f129358075c035882451bb (patch) | |
tree | f2e87f809c512de99f3d599ef2c58a1cd011bb50 /package/nginx/Makefile | |
parent | c93e0855cea14222db1c98f4bef4fe08ae0d44a4 (diff) |
nginx: update to 1.9.13
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 c0393c2c8..c275b1bee 100644 --- a/package/nginx/Makefile +++ b/package/nginx/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= nginx -PKG_VERSION:= 1.9.12 +PKG_VERSION:= 1.9.13 PKG_RELEASE:= 1 -PKG_HASH:= 1af2eb956910ed4b11aaf525a81bc37e135907e7127948f9179f5410337da042 +PKG_HASH:= f7cd529a5879cd9cd5b62e6fc4a3a7e8d8363cb12c080ab480cc718c55736609 PKG_DESCR:= powerful http reverse proxy and webserver PKG_SECTION:= net/http PKG_BUILDDEP:= pcre zlib |