From 8df29704e7bc8ce9fb3a8f9c97c024edd64508f7 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 13 Jan 2020 22:06:28 +0100 Subject: [PATCH] Update tools 2020.01.13 --- .SRCINFO | 2 +- PKGBUILD | 2 +- tools.txt | 37 ++++++++++++++++++------------------- 3 files changed, 20 insertions(+), 21 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a25e355..843f391 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -9,7 +9,7 @@ pkgbase = vim-go-tools source = build.sh source = tools.txt sha512sums = ee180fa557e4fe57003a67d4fe19747c6452d5fb39de78265827bfd4baa3aff26ebd8984ebc3cf0d7b22342d66dbd7bccf9d8adecc3498fe0d496376ef5d3e86 - sha512sums = 22f980e0cbceef4a8782b0c544d7d0601e90c35aef45b6098888fe1c479f8b1089011a00ce3557fe3617076cb991875274a36a06417b673b9c593fb7f73ecb7d + sha512sums = 6fb74eb3991ec87a1cbed71a31e9276771f29237df624abbc08eed4e721afc1d11dd2cf86bb4ef8ddc1e2ab1f39f9a083391a4df547bdd1d6547de0c78d142ef pkgname = vim-go-tools diff --git a/PKGBUILD b/PKGBUILD index ed1d579..340dc15 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ license=(other) makedepends=('go') source=("build.sh" "tools.txt") sha512sums=('ee180fa557e4fe57003a67d4fe19747c6452d5fb39de78265827bfd4baa3aff26ebd8984ebc3cf0d7b22342d66dbd7bccf9d8adecc3498fe0d496376ef5d3e86' - '22f980e0cbceef4a8782b0c544d7d0601e90c35aef45b6098888fe1c479f8b1089011a00ce3557fe3617076cb991875274a36a06417b673b9c593fb7f73ecb7d') + '6fb74eb3991ec87a1cbed71a31e9276771f29237df624abbc08eed4e721afc1d11dd2cf86bb4ef8ddc1e2ab1f39f9a083391a4df547bdd1d6547de0c78d142ef') build() { mkdir -p "${srcdir}/go" diff --git a/tools.txt b/tools.txt index 6f1baeb..ab586af 100644 --- a/tools.txt +++ b/tools.txt @@ -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