gopls: update to 0.2.1
This commit is contained in:
parent
fcc0c17cec
commit
d1d5ef6e11
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gopls'
|
||||
pkgname=gopls
|
||||
version=0.2.0
|
||||
version=0.2.1
|
||||
revision=1
|
||||
wrksrc=tools-gopls-v${version}
|
||||
build_style=go
|
||||
|
@ -11,7 +11,7 @@ maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/golang/tools"
|
||||
distfiles="https://github.com/golang/tools/archive/gopls/v${version}.tar.gz"
|
||||
checksum=c1ee5d3a6d106939bab210ed0d290ae95bf69cabc5219a2aa7fe0da1966960a3
|
||||
checksum=c62e74217fff90c350172175f696e60eae13da10ad43b9250a0379861e9eba91
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue