Skip to content

Commit 85ad88f

Browse files
committed
Bump dependencies bundled in prebuilt binary releases
1 parent cc467dd commit 85ad88f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ For parallel checking Luacheck additionally requires [LuaLanes](https://github.c
3939

4040
### Windows binary download
4141

42-
For Windows there is single-file 64-bit binary distribution, bundling Lua 5.3.4, Luacheck, LuaFileSystem, and LuaLanes using [LuaStatic](https://github.com/ers35/luastatic):
42+
For Windows there is single-file 64-bit binary distribution, bundling Lua 5.4.4, Luacheck, LuaFileSystem, and LuaLanes using [LuaStatic](https://github.com/ers35/luastatic):
4343
[download](https://github.com/lunarmodules/luacheck/releases/download/0.25.0/luacheck.exe).
4444

4545
## Basic usage

build/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Makefile for (cross)compiling luacheck binaries.
22
# Do not use directly, run scripts/build-binaries.sh instead.
33

4-
LUA_VERSION= 5.3.5
5-
LFS_VERSION= 1.7.0-2
6-
ARGPARSE_VERSION= 0.6.0-1
7-
LANES_VERSION= 3.10.1-1
4+
LUA_VERSION= 5.4.4
5+
LFS_VERSION= 1.8.0-1
6+
ARGPARSE_VERSION= 0.7.1-1
7+
LANES_VERSION= 3.16.0-0
88

99
LUA_DIR= lua-$(LUA_VERSION)
1010
LFS_DIR= luafilesystem-$(LFS_VERSION)/luafilesystem
11-
ARGPARSE_DIR= argparse-$(ARGPARSE_VERSION)/argparse
11+
ARGPARSE_DIR= argparse-$(ARGPARSE_VERSION)/argparse-$(ARGPARSE_VERSION:-1=)
1212
LANES_DIR= lanes-$(LANES_VERSION)/lanes
1313

1414
BASE_CC= gcc

0 commit comments

Comments
 (0)