mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
gopls: update to 0.6.4.
This commit is contained in:
parent
233ddb5716
commit
3950e6d483
1 changed files with 2 additions and 3 deletions
|
@ -1,17 +1,16 @@
|
||||||
# Template file for 'gopls'
|
# Template file for 'gopls'
|
||||||
pkgname=gopls
|
pkgname=gopls
|
||||||
version=0.5.2
|
version=0.6.4
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=tools-gopls-v${version}
|
wrksrc=tools-gopls-v${version}
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=golang.org/x/tools/gopls
|
go_import_path=golang.org/x/tools/gopls
|
||||||
hostmakedepends="git"
|
|
||||||
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="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=7a0f7a3147a804df04f86d4d6efd6112f33f18bb469487005c713cc976cead6e
|
checksum=4e90f083d3659a0640538e3e4b047b8474de5c9a69525e535b840281734fc3a5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue