package/lua-http: bump to version 0.4
authorFrancois Perrad <fperrad@gmail.com>
Sat, 6 Feb 2021 11:36:40 +0000 (12:36 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 7 Feb 2021 09:53:10 +0000 (10:53 +0100)
diff LICENSE.md
- Copyright (c) 2015-2019 Daurnimator
+ Copyright (c) 2015-2021 Daurnimator

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/lua-http/Config.in
package/lua-http/lua-http.hash
package/lua-http/lua-http.mk

index 8eefd481b5c330b3ac3a2a0e7a9fc9f9ec12c219..e4d359ad3f532515cfcc9fc41d5c67b1e5dbf315 100644 (file)
@@ -13,7 +13,7 @@ config BR2_PACKAGE_LUA_HTTP
        help
          HTTP library for Lua.
 
-         https://daurnimator.github.io/lua-http/
+         https://github.com/daurnimator/lua-http
 
 comment "lua-http needs a toolchain w/ threads"
        depends on !BR2_TOOLCHAIN_HAS_THREADS
index d41b494e985087b86d84d9cdfba61fb29a3a4e92..491167eeda4b1f5e7ace10b71d2a38834c552ba6 100644 (file)
@@ -1,3 +1,3 @@
 # computed by luarocks/buildroot
-sha256 98318213be7b5ca60780c39f4736d5a3328631bc2c5dbfb8949b0db80e32746f  http-0.3-0.src.rock
-sha256 817cdf831c9d7cd1a2706b4b99dcc6f61a7a2345b7c9d39ed99e87d36338f4c8  lua-http-0.3/LICENSE.md
+sha256 dbe1b29ff89fb937059e4398c9a628361d97d856acc87fd8cd85cb9340cde328  http-0.4-0.src.rock
+sha256 1b486781068bcfd373f8c54f8d78eeab76d900bdf32e589e8330a4c563c2874b  lua-http-0.4/LICENSE.md
index 00dcefa0d098bcf1944c5d510dc90ae45e7c207d..7fbb09038ed1c921eae294f7aeefc1271e7aa531 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LUA_HTTP_VERSION_UPSTREAM = 0.3
+LUA_HTTP_VERSION_UPSTREAM = 0.4
 LUA_HTTP_VERSION = $(LUA_HTTP_VERSION_UPSTREAM)-0
 LUA_HTTP_NAME_UPSTREAM = http
 LUA_HTTP_SUBDIR = lua-http-$(LUA_HTTP_VERSION_UPSTREAM)