gopls: update to 0.3.4

This commit is contained in:
Renato Aguiar 2020-03-20 16:12:35 -07:00 committed by Juan RP
parent 177af6b1ab
commit f50840f9f2
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'gopls' # Template file for 'gopls'
pkgname=gopls pkgname=gopls
version=0.3.3 version=0.3.4
revision=1 revision=1
wrksrc=tools-gopls-v${version} wrksrc=tools-gopls-v${version}
build_style=go build_style=go
@ -11,7 +11,7 @@ maintainer="Renato Aguiar <renato@renatoaguiar.net>"
license="MIT" license="MIT"
homepage="https://github.com/golang/tools" homepage="https://github.com/golang/tools"
distfiles="https://github.com/golang/tools/archive/gopls/v${version}.tar.gz" distfiles="https://github.com/golang/tools/archive/gopls/v${version}.tar.gz"
checksum=0493ff54a38d24e21f7460eca6db33c6fe590a6280863a6475d72bb6b0c863be checksum=6b223742cba371721bfdac644f04c6c2b592b3b0e284da5bb4ec53ab9cd60998
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE