diff options
author | Francois Perrad <fperrad@gmail.com> | 2018-01-21 12:03:35 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-01-23 08:36:11 +0100 |
commit | 77ac4737cd3e057c586282bc41edd7da9b4b540a (patch) | |
tree | 05795617ec8a30d260dc32625b11db7921813187 /package/lua-resty-http/lua-resty-http.mk | |
parent | e57389d2f7b6221d853183b595c116c3666b9a26 (diff) | |
download | buildroot-77ac4737cd3e057c586282bc41edd7da9b4b540a.tar.gz buildroot-77ac4737cd3e057c586282bc41edd7da9b4b540a.zip |
lua-resty-http: bump to version 0.12
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.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 e79982e203..2aee63d782 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.11-0 +LUA_RESTY_HTTP_VERSION = 0.12-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 |