gopls: update to 0.2.0

This commit is contained in:
Renato Aguiar 2019-11-12 14:27:23 -08:00 committed by Helmut Pozimski
parent c27d523588
commit bfc60dca86
2 changed files with 4 additions and 3 deletions

View file

@ -1,17 +1,17 @@
# Template file for 'gopls'
pkgname=gopls
version=0.1.7
version=0.2.0
revision=1
wrksrc=tools-gopls-v${version}
build_style=go
go_import_path=golang.org/x/tools/gopls
hostmakedepends="git"
short_desc="Official language server for the Go language"
maintainer="Renato Aguiar <renato@renag.me>"
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=3081a1ec963228baf18063c914ec04916030d87f443126ec8ae56cbc114ef747
checksum=c1ee5d3a6d106939bab210ed0d290ae95bf69cabc5219a2aa7fe0da1966960a3
post_install() {
vlicense LICENSE

1
srcpkgs/gopls/update Normal file
View file

@ -0,0 +1 @@
pattern='/archive/\Q'"$pkgname"'\E/v\K[\d\.]+(?=\.tar\.gz")'