mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gopls: update to 0.2.0
This commit is contained in:
parent
c27d523588
commit
bfc60dca86
2 changed files with 4 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'gopls'
|
# Template file for 'gopls'
|
||||||
pkgname=gopls
|
pkgname=gopls
|
||||||
version=0.1.7
|
version=0.2.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=tools-gopls-v${version}
|
wrksrc=tools-gopls-v${version}
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=golang.org/x/tools/gopls
|
go_import_path=golang.org/x/tools/gopls
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="Official language server for the Go language"
|
short_desc="Official language server for the Go language"
|
||||||
maintainer="Renato Aguiar <renato@renag.me>"
|
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=3081a1ec963228baf18063c914ec04916030d87f443126ec8ae56cbc114ef747
|
checksum=c1ee5d3a6d106939bab210ed0d290ae95bf69cabc5219a2aa7fe0da1966960a3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
1
srcpkgs/gopls/update
Normal file
1
srcpkgs/gopls/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pattern='/archive/\Q'"$pkgname"'\E/v\K[\d\.]+(?=\.tar\.gz")'
|
Loading…
Add table
Reference in a new issue