Update HAProxy stable to 2.7.0 and dev to 2.8.0

Also upgrade LUA from 5.3.6 to 5.4.4
This commit is contained in:
Tristan
2022-12-01 19:42:19 +00:00
parent 7ab51179ed
commit e56a430d43
3 changed files with 12 additions and 12 deletions

2
deps/lua/Makefile vendored
View File

@@ -1,4 +1,4 @@
LUA_VERSION = 5.3.6
LUA_VERSION = 5.4.4
LUA_SOURCES = https://www.lua.org/ftp/lua-$(LUA_VERSION).tar.gz
LUA_TARBALL = lua-$(LUA_VERSION).tar.gz
LUA_BUILDIR = src