gopls: update to 0.8.2.
This commit is contained in:
parent
12cb61ce2d
commit
da393b328e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gopls'
|
# Template file for 'gopls'
|
||||||
pkgname=gopls
|
pkgname=gopls
|
||||||
version=0.7.4
|
version=0.8.2
|
||||||
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=7ce445846ffb0a33faed244206b142f9d307f326a35d09d18c6267538203bcf7
|
checksum=761aa768e82a958e6f803db39215c995fe0f263df825ed1cbb9f6b2989f0cd00
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense ../LICENSE
|
vlicense ../LICENSE
|
||||||
|
|
Loading…
Reference in a new issue