update-luarocks-packages: use pluginupdate.py

Trying to reuse the update scripts used by kakoune/vim to provide the
user with an unified convergence. Some stuff doesn't work yet (parallel
download, caching) but I (anyone else welcome to try too) will improve
it in other PRs.
This commit is contained in:
Matthieu Coudron
2021-07-30 02:25:15 +02:00
parent 7b554c9477
commit 560a4e4e08
6 changed files with 672 additions and 524 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -347,4 +347,8 @@ with super;
sourceRoot=./readline-2.6
'';
});
# aliases
cjson = super.lua-cjson;
}