gopls: update to 0.11.0.

This commit is contained in:
Daniel Lewan 2023-01-18 13:24:09 +01:00 committed by Piraty
parent dbb475cd61
commit d963b695f1
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.10.1 version=0.11.0
revision=1 revision=1
build_wrksrc=gopls build_wrksrc=gopls
build_style=go build_style=go
@ -10,7 +10,7 @@ maintainer="Renato Aguiar <renato@renatoaguiar.net>"
license="MIT" license="MIT"
homepage="https://github.com/golang/tools/tree/master/gopls" homepage="https://github.com/golang/tools/tree/master/gopls"
distfiles="https://github.com/golang/tools/archive/refs/tags/gopls/v${version}.tar.gz" distfiles="https://github.com/golang/tools/archive/refs/tags/gopls/v${version}.tar.gz"
checksum=31ad2f8fb817dab13055735ac909c7058f01d5c0c270fd7df5c6dc9050233bdc checksum=b5dd0040bcc75b4760eb543826b6503a163c835c90f50843e626a112ca083931
post_install() { post_install() {
vlicense ../LICENSE vlicense ../LICENSE