mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
gopls: update to 0.18.1.
This commit is contained in:
parent
bf719c3352
commit
779d105410
1 changed files with 3 additions and 2 deletions
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'gopls'
|
||||
pkgname=gopls
|
||||
version=0.17.1
|
||||
version=0.18.1
|
||||
revision=1
|
||||
build_wrksrc=gopls
|
||||
build_style=go
|
||||
go_import_path=golang.org/x/tools/gopls
|
||||
checkdepends="git"
|
||||
short_desc="Official language server for the Go language"
|
||||
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=5794ebd3302ef4fd08de284834b22810dbb17b7e08efeeaa9b96d5c94eb90d6d
|
||||
checksum=e49fae5dd964432a0ea1661868e858acd2aa66aaf7e1c1d646fb8506f15c8e52
|
||||
|
||||
post_install() {
|
||||
vlicense ../LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue