New comment by tjkirch on void-packages repository https://github.com/void-linux/void-packages/pull/42818#issuecomment-1539394096 Comment: Thanks @sirkhancision! This is working great for me from a local build. I also tested with bash-language-server 4.9.1 and it worked fine, in case you want to update the PR. ```diff diff --git a/srcpkgs/bash-language-server/template b/srcpkgs/bash-language-server/template index 02fcb44dfb..5c8f99cdd4 100644 --- a/srcpkgs/bash-language-server/template +++ b/srcpkgs/bash-language-server/template @@ -1,6 +1,6 @@ # Template file for 'bash-language-server' pkgname=bash-language-server -version=4.8.3 +version=4.9.1 revision=1 hostmakedepends="jq yarn" depends="nodejs" @@ -9,7 +9,7 @@ maintainer="sirkhancision " license="MIT" homepage="https://github.com/bash-lsp/bash-language-server" distfiles="https://github.com/bash-lsp/bash-language-server/archive/refs/tags/server-${version}.tar.gz" -checksum=a6c367e19a007b889f59fa7aa6a8c4fb0fae83fbfcc928e7a8f4366015dedbd6 +checksum=eef93c1167394fb01fc300c5b8c326fd9362dd3118a1e075549342e24e9d6e5c do_build() { yarn ```