gopls: update to 0.7.3.
This commit is contained in:
parent
e50d967c34
commit
6923a4041b
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gopls'
|
||||
pkgname=gopls
|
||||
version=0.7.2
|
||||
version=0.7.3
|
||||
revision=1
|
||||
wrksrc=tools-gopls-v${version}
|
||||
build_wrksrc=gopls
|
||||
|
@ -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=7c4d5fab07890106b337cd292485bccc0fcf82da7ce246ac3fc55914aaf9d140
|
||||
checksum=8a50c76328469602d0e26fcd145d3ce7e3076684024e55d84c80db570ec94405
|
||||
|
||||
post_install() {
|
||||
vlicense ../LICENSE
|
||||
|
|
Loading…
Reference in New Issue