mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-03 21:53:52 +02:00
gopls: update to 0.4.1
This commit is contained in:
parent
f2490bf4ed
commit
a32abe5dc4
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.4.0
|
version=0.4.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=tools-gopls-v${version}
|
wrksrc=tools-gopls-v${version}
|
||||||
build_style=go
|
build_style=go
|
||||||
|
@ -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=ed118b7e31e956c285a21b04948ffb711474167e77c9362e60b9a76843afaf49
|
checksum=da0594c469cb558f8059dd8edaf9fd662310ec4bc7ae41bb9b0a7266501472ad
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue