terraform-ls: update to 0.31.3.
This commit is contained in:
parent
a78d61006c
commit
23316189c3
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'terraform-ls'
|
||||
pkgname=terraform-ls
|
||||
version=0.16.1
|
||||
revision=2
|
||||
version=0.31.3
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/hashicorp/$pkgname"
|
||||
go_import_path="github.com/hashicorp/terraform-ls"
|
||||
short_desc="Terraform Language Server"
|
||||
maintainer="Sora Morimoto <sora@morimoto.io>"
|
||||
maintainer="Emil Tomczyk <emil.tomczyk@skni.umcs.pl>"
|
||||
license="MPL-2.0"
|
||||
homepage="https://github.com/hashicorp/terraform-ls"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=e466d782fd1e2bede2f90e5677e1fd18df4a23476ebb08212502a3e955667736
|
||||
distfiles="https://github.com/hashicorp/terraform-ls/archive/v${version}.tar.gz"
|
||||
checksum=0175823793a95fdd96a5426d2e675054b0e46653f890ca0010887dd62f2c0e7e
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue