mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
gopls: update to 0.12.2.
This commit is contained in:
parent
59a4c38365
commit
a3f7cbad59
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'gopls'
|
# Template file for 'gopls'
|
||||||
pkgname=gopls
|
pkgname=gopls
|
||||||
version=0.11.0
|
version=0.12.2
|
||||||
revision=2
|
revision=1
|
||||||
build_wrksrc=gopls
|
build_wrksrc=gopls
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=golang.org/x/tools/gopls
|
go_import_path=golang.org/x/tools/gopls
|
||||||
short_desc="Official language server for the Go language"
|
short_desc="Official language server for the Go language"
|
||||||
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
||||||
license="MIT"
|
license="BSD-3-Clause"
|
||||||
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=b5dd0040bcc75b4760eb543826b6503a163c835c90f50843e626a112ca083931
|
checksum=f185a44f46fe39688493008d47debfe63ea7cd26464f522df292c62539b8ca8d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense ../LICENSE
|
vlicense ../LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue