gopls: update to 0.11.0.
This commit is contained in:
parent
dbb475cd61
commit
d963b695f1
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gopls'
|
||||
pkgname=gopls
|
||||
version=0.10.1
|
||||
version=0.11.0
|
||||
revision=1
|
||||
build_wrksrc=gopls
|
||||
build_style=go
|
||||
|
@ -10,7 +10,7 @@ maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/golang/tools/tree/master/gopls"
|
||||
distfiles="https://github.com/golang/tools/archive/refs/tags/gopls/v${version}.tar.gz"
|
||||
checksum=31ad2f8fb817dab13055735ac909c7058f01d5c0c270fd7df5c6dc9050233bdc
|
||||
checksum=b5dd0040bcc75b4760eb543826b6503a163c835c90f50843e626a112ca083931
|
||||
|
||||
post_install() {
|
||||
vlicense ../LICENSE
|
||||
|
|
Loading…
Reference in New Issue