diff options
author | Francois Perrad <fperrad@gmail.com> | 2017-09-02 18:56:37 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-09-02 22:02:30 +0200 |
commit | 161b8aa917673291076c990b206f435f4a436266 (patch) | |
tree | 7d71ead62765afbcde34a810352126ba9615bdab /package/lua-resty-http/lua-resty-http.mk | |
parent | 1348dd042987a30628279b613fb579329964660e (diff) | |
download | buildroot-161b8aa917673291076c990b206f435f4a436266.tar.gz buildroot-161b8aa917673291076c990b206f435f4a436266.zip |
lua-resty-http: bump to version 0.11
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/lua-resty-http/lua-resty-http.mk')
-rw-r--r-- | package/lua-resty-http/lua-resty-http.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lua-resty-http/lua-resty-http.mk b/package/lua-resty-http/lua-resty-http.mk index 7ab8b0e222..e79982e203 100644 --- a/package/lua-resty-http/lua-resty-http.mk +++ b/package/lua-resty-http/lua-resty-http.mk @@ -4,7 +4,7 @@ # ################################################################################ -LUA_RESTY_HTTP_VERSION = 0.10-0 +LUA_RESTY_HTTP_VERSION = 0.11-0 LUA_RESTY_HTTP_SUBDIR = lua-resty-http LUA_RESTY_HTTP_LICENSE = BSD-2-Clause LUA_RESTY_HTTP_LICENSE_FILES = $(LUA_RESTY_HTTP_SUBDIR)/LICENSE |