gopls: update to 0.2.1

This commit is contained in:
Renato Aguiar 2019-11-18 10:42:40 -08:00 committed by Helmut Pozimski
parent fcc0c17cec
commit d1d5ef6e11

View file

@ -1,6 +1,6 @@
# Template file for 'gopls' # Template file for 'gopls'
pkgname=gopls pkgname=gopls
version=0.2.0 version=0.2.1
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=c1ee5d3a6d106939bab210ed0d290ae95bf69cabc5219a2aa7fe0da1966960a3 checksum=c62e74217fff90c350172175f696e60eae13da10ad43b9250a0379861e9eba91
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE