refactor: eliminate bump-deps.sh using "nvim -l"

This commit is contained in:
Justin M. Keyes
2023-01-05 20:51:45 +01:00
parent b741788a3a
commit 7fc5d6ea50
3 changed files with 96 additions and 132 deletions

View File

@@ -64,7 +64,7 @@ Third-party dependencies
------------------------
These "bundled" dependencies can be updated by bumping their versions in `cmake.deps/CMakeLists.txt`.
Some can be auto-bumped by `scripts/bump-deps.sh`.
Some can be auto-bumped by `scripts/bump_deps.lua`.
* [LuaJIT](https://github.com/LuaJIT/LuaJIT)
* [Lua](https://www.lua.org/download.html)