gopls: update to 0.7.0.

This commit is contained in:
Daniel Lewan 2021-07-24 14:27:15 +02:00 committed by Érico Nogueira Rolim
parent 34299c5508
commit 7872fb60fc

View file

@ -1,8 +1,9 @@
# Template file for 'gopls'
pkgname=gopls
version=0.6.4
version=0.7.0
revision=1
wrksrc=tools-gopls-v${version}
build_wrksrc=gopls
build_style=go
go_import_path=golang.org/x/tools/gopls
short_desc="Official language server for the Go language"
@ -10,10 +11,11 @@ maintainer="Renato Aguiar <renato@renatoaguiar.net>"
license="MIT"
homepage="https://github.com/golang/tools"
distfiles="https://github.com/golang/tools/archive/gopls/v${version}.tar.gz"
checksum=4e90f083d3659a0640538e3e4b047b8474de5c9a69525e535b840281734fc3a5
checksum=443476a0158195be302d7a0be2f4a0751780412d8fa411ac52017834c363664f
post_install() {
vlicense LICENSE
vdoc gopls/README.md
vcopy gopls/doc usr/share/doc/${pkgname}
vlicense ../LICENSE
vlicense ../PATENTS
vdoc README.md
vcopy doc usr/share/doc/${pkgname}
}