Update tools 2021.05.17

This commit is contained in:
Luzifer.io Jenkins 2021-05-17 14:15:13 +00:00
parent c9275e660e
commit cb30b90957
3 changed files with 9 additions and 9 deletions

View File

@ -9,7 +9,7 @@ pkgbase = vim-go-tools
source = build.sh
source = tools.txt
sha512sums = c85e9c08cafb7a800a1eb4a8dc144503d73e00102d40219eaaf9d93f4b18fa5d2e1597722e37e00936d2315dd7f024fa6ac59b9a0f0a173e6e5570f3ef185dd9
sha512sums = 85ee72c236e781168153c809dd05003f4b9b4ef8e7e958e302f1f0137bf490b2dbe33159797a8e3afb9dd0565f40619ca03dc25a1139e22c1cf880672420c871
sha512sums = 5b61b3aae11a294285af15f58f2de80015345cc0ca3ec8c49f3492e2a5ff45b6ada96a6d6b53abb44cb59fffa29efc4f58666b711bda35145a02dcafd81d77c7
pkgname = vim-go-tools

View File

@ -10,7 +10,7 @@ license=(other)
makedepends=('go')
source=("build.sh" "tools.txt")
sha512sums=('c85e9c08cafb7a800a1eb4a8dc144503d73e00102d40219eaaf9d93f4b18fa5d2e1597722e37e00936d2315dd7f024fa6ac59b9a0f0a173e6e5570f3ef185dd9'
'85ee72c236e781168153c809dd05003f4b9b4ef8e7e958e302f1f0137bf490b2dbe33159797a8e3afb9dd0565f40619ca03dc25a1139e22c1cf880672420c871')
'5b61b3aae11a294285af15f58f2de80015345cc0ca3ec8c49f3492e2a5ff45b6ada96a6d6b53abb44cb59fffa29efc4f58666b711bda35145a02dcafd81d77c7')
build() {
mkdir -p "${srcdir}/go"

View File

@ -1,14 +1,14 @@
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/fatih/gomodifytags@latest
github.com/fatih/motion@latest
github.com/go-delve/delve/cmd/dlv@latest
github.com/golangci/golangci-lint/cmd/golangci-lint@latest
github.com/josharian/impl@master
github.com/jstemmer/gotags@master
github.com/kisielk/errcheck@master
github.com/klauspost/asmfmt/cmd/asmfmt@master
github.com/kisielk/errcheck@latest
github.com/klauspost/asmfmt/cmd/asmfmt@latest
github.com/koron/iferr@master
github.com/rogpeppe/godef@master
github.com/rogpeppe/godef@latest
golang.org/x/lint/golint@master
golang.org/x/tools/cmd/goimports@master
golang.org/x/tools/cmd/gorename@master