Update tools 2020.01.13

This commit is contained in:
Knut Ahlers 2020-01-13 22:06:28 +01:00
parent 3a43605198
commit 8df29704e7
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E
3 changed files with 20 additions and 21 deletions

View file

@ -9,7 +9,7 @@ pkgbase = vim-go-tools
source = build.sh
source = tools.txt
sha512sums = ee180fa557e4fe57003a67d4fe19747c6452d5fb39de78265827bfd4baa3aff26ebd8984ebc3cf0d7b22342d66dbd7bccf9d8adecc3498fe0d496376ef5d3e86
sha512sums = 22f980e0cbceef4a8782b0c544d7d0601e90c35aef45b6098888fe1c479f8b1089011a00ce3557fe3617076cb991875274a36a06417b673b9c593fb7f73ecb7d
sha512sums = 6fb74eb3991ec87a1cbed71a31e9276771f29237df624abbc08eed4e721afc1d11dd2cf86bb4ef8ddc1e2ab1f39f9a083391a4df547bdd1d6547de0c78d142ef
pkgname = vim-go-tools

View file

@ -10,7 +10,7 @@ license=(other)
makedepends=('go')
source=("build.sh" "tools.txt")
sha512sums=('ee180fa557e4fe57003a67d4fe19747c6452d5fb39de78265827bfd4baa3aff26ebd8984ebc3cf0d7b22342d66dbd7bccf9d8adecc3498fe0d496376ef5d3e86'
'22f980e0cbceef4a8782b0c544d7d0601e90c35aef45b6098888fe1c479f8b1089011a00ce3557fe3617076cb991875274a36a06417b673b9c593fb7f73ecb7d')
'6fb74eb3991ec87a1cbed71a31e9276771f29237df624abbc08eed4e721afc1d11dd2cf86bb4ef8ddc1e2ab1f39f9a083391a4df547bdd1d6547de0c78d142ef')
build() {
mkdir -p "${srcdir}/go"

View file

@ -1,21 +1,20 @@
github.com/alecthomas/gometalinter
github.com/davidrjenni/reftools/cmd/fillstruct
github.com/fatih/gomodifytags
github.com/fatih/motion
github.com/go-delve/delve/cmd/dlv
github.com/golangci/golangci-lint/cmd/golangci-lint
github.com/josharian/impl
github.com/jstemmer/gotags
github.com/kisielk/errcheck
github.com/klauspost/asmfmt/cmd/asmfmt
github.com/koron/iferr
github.com/mdempsky/gocode
github.com/rogpeppe/godef
github.com/davidrjenni/reftools/cmd/fillstruct@master
github.com/fatih/gomodifytags@master
github.com/fatih/motion@master
github.com/go-delve/delve/cmd/dlv@master
github.com/golangci/golangci-lint/cmd/golangci-lint@master
github.com/josharian/impl@master
github.com/jstemmer/gotags@master
github.com/kisielk/errcheck@master
github.com/klauspost/asmfmt/cmd/asmfmt@master
github.com/koron/iferr@master
github.com/mdempsky/gocode@master
github.com/rogpeppe/godef@master
github.com/stamblerre/gocode
github.com/zmb3/gogetdoc
golang.org/x/lint/golint
golang.org/x/tools/cmd/goimports
golang.org/x/tools/cmd/gorename
golang.org/x/tools/cmd/guru
github.com/zmb3/gogetdoc@master
golang.org/x/lint/golint@master
golang.org/x/tools/cmd/goimports@master
golang.org/x/tools/cmd/gorename@master
golang.org/x/tools/cmd/guru@master
golang.org/x/tools/gopls@latest
honnef.co/go/tools/cmd/keyify
honnef.co/go/tools/cmd/keyify@master