gopls: update to 0.9.4.

This commit is contained in:
Daniel Lewan 2022-08-16 21:43:32 +02:00 committed by classabbyamp
parent b1674c0410
commit a30162df5c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'gopls' # Template file for 'gopls'
pkgname=gopls pkgname=gopls
version=0.9.3 version=0.9.4
revision=1 revision=1
wrksrc=tools-gopls-v${version} wrksrc=tools-gopls-v${version}
build_wrksrc=gopls build_wrksrc=gopls
@ -11,7 +11,7 @@ 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=33bb6d62f6ae497e2a26ee41ba5e36c45bfd01245fc6d85a162fe9507c4d08d0 checksum=dd43a39906e1ce4cf73694d0268c6878f87b3940c5b9d42e49e5257a0dc4701f
post_install() { post_install() {
vlicense ../LICENSE vlicense ../LICENSE