mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-08 03:43:25 +00:00
lua-language-server: Bump to 3.6.12
This commit is contained in:
@@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE="https://github.com/sumneko/lua-language-server"
|
||||
TERMUX_PKG_DESCRIPTION="Sumneko Lua Language Server coded in Lua"
|
||||
TERMUX_PKG_LICENSE="MIT"
|
||||
TERMUX_PKG_MAINTAINER="Aditya Alok <alok@termux.org>"
|
||||
TERMUX_PKG_VERSION="3.6.11"
|
||||
TERMUX_PKG_VERSION=3.6.12
|
||||
TERMUX_PKG_GIT_BRANCH="${TERMUX_PKG_VERSION}"
|
||||
TERMUX_PKG_SRCURL="git+https://github.com/sumneko/lua-language-server"
|
||||
TERMUX_PKG_DEPENDS="libandroid-spawn, libc++"
|
||||
|
||||
@@ -10,11 +10,10 @@
|
||||
---@diagnostic disable-next-line: codestyle-check
|
||||
lm.EXE_DIR = ""
|
||||
|
||||
@@ -144,6 +147,5 @@
|
||||
@@ -109,5 +112,5 @@
|
||||
}
|
||||
|
||||
lm:default {
|
||||
- "bee-test",
|
||||
- "unit-test",
|
||||
+ "all",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user