gopls: update to 0.16.2.
This commit is contained in:
parent
30cbf38c37
commit
f07254d390
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gopls'
|
||||
pkgname=gopls
|
||||
version=0.16.1
|
||||
revision=2
|
||||
version=0.16.2
|
||||
revision=1
|
||||
build_wrksrc=gopls
|
||||
build_style=go
|
||||
go_import_path=golang.org/x/tools/gopls
|
||||
|
@ -10,7 +10,7 @@ maintainer="Bnyro <bnyro@tutanota.com>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/golang/tools/tree/master/gopls"
|
||||
distfiles="https://github.com/golang/tools/archive/refs/tags/gopls/v${version}.tar.gz"
|
||||
checksum=0805bb9d3bfa51334b4d45a3182daea3e77ecbe27f4ddc672841ec72f63ed20a
|
||||
checksum=be68b3159fcb8cde9ebb8b468f67f03531c58be2de33edbac69e5599f2d4a2c1
|
||||
|
||||
post_install() {
|
||||
vlicense ../LICENSE
|
||||
|
|
Loading…
Reference in New Issue