diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-06-24 23:41:07 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-06-24 23:41:07 +0000 |
| commit | 5fc668d59ea4e70c01a101fef8625783a6a78217 (patch) | |
| tree | db04d27f6cce184ded0dcda17e001765e0072ee6 /bldit.lua | |
| parent | ce36dbdde5364ebb10c052c5d0aee64547e8f34f (diff) | |
fixed update command, no more segfaults1.1.3
Diffstat (limited to 'bldit.lua')
| -rw-r--r-- | bldit.lua | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ -bldit_version = "1.0.0" -package_version = "1.0.0" +bldit_version = "1.1.3" +package_version = "1.1.3" -global_dependencies = { +dependencies = { luajit = { url = "https://luajit.org/git/luajit.git", version = "v2.1", |
