testing/helm-ls: upgrade to 0.0.12

This commit is contained in:
Galen Abell 2024-03-21 09:31:33 +01:00 committed by Andy Postnikov
parent d1a1798c0f
commit e4d9ccd869

View File

@ -1,8 +1,8 @@
# Contributor: Galen Abell <galen@galenabell.com>
# Maintainer: Galen Abell <galen@galenabell.com>
pkgname=helm-ls
pkgver=0.0.10
pkgrel=1
pkgver=0.0.12
pkgrel=0
pkgdesc="Language server for Helm"
url="https://github.com/mrjosh/helm-ls"
arch="all"
@ -21,14 +21,15 @@ build() {
}
check() {
go test ./...
# Depends on yaml-ls
go test ./... -skip TestYamllsDiagnosticsIntegration
}
package() {
install -Dm755 "$pkgname" "$pkgdir"/usr/bin/"$pkgname"
install -Dm755 "$pkgname" "$pkgdir"/usr/bin/helm_ls
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
sha512sums="
ae7555d9241f76908000011ee509d62cc9f4e8d149b7920cbb86ac3b1ce7fee56fc89589f83a6c03531fbae592cdd885a56c669bce9282fcf9fc6e6a35feab8f helm-ls-0.0.10.tar.gz
163d0619b86c3368e29a0c0aa7fcb4f9ea3d8eeba19d86c95d54d06a3b4ad5b0fa5b455d911863c17e16849394191777bbba698c85a721046ea53b100010ac12 helm-ls-0.0.12.tar.gz
"