Update tools 2024.04.02
This commit is contained in:
parent
95c496cddc
commit
1592df658e
3 changed files with 23 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -9,6 +9,6 @@ pkgbase = vim-go-tools
|
|||
source = build.sh
|
||||
source = tools.txt
|
||||
sha512sums = 5bf0f12f0836084a9a76a970cc605375b9cabead2450fd5ab2753c3604b3061568c2851e090516846c6920bd2dfd3843ff69453b6cc0a0faf72e3af348c40475
|
||||
sha512sums = a5bfd81e25e52b2d782afb90a07a614d8a8bce93fa18ad23335c2229b035e91404378f39dcbdde6ccae29da89842a0749e9ace5603eccd88a13217c72f5e064c
|
||||
sha512sums = 66d2fd824c11a056fa048418243fb5ee3bef3ad18532a7fad5d180228bc1edece8bf5e6e7365e8a17b544e8a4325125bc68f6d5d2688b441bc8d0925886eb25f
|
||||
|
||||
pkgname = vim-go-tools
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -10,7 +10,7 @@ license=(other)
|
|||
makedepends=('go')
|
||||
source=("build.sh" "tools.txt")
|
||||
sha512sums=('5bf0f12f0836084a9a76a970cc605375b9cabead2450fd5ab2753c3604b3061568c2851e090516846c6920bd2dfd3843ff69453b6cc0a0faf72e3af348c40475'
|
||||
'a5bfd81e25e52b2d782afb90a07a614d8a8bce93fa18ad23335c2229b035e91404378f39dcbdde6ccae29da89842a0749e9ace5603eccd88a13217c72f5e064c')
|
||||
'66d2fd824c11a056fa048418243fb5ee3bef3ad18532a7fad5d180228bc1edece8bf5e6e7365e8a17b544e8a4325125bc68f6d5d2688b441bc8d0925886eb25f')
|
||||
|
||||
build() {
|
||||
mkdir -p "${srcdir}/go"
|
||||
|
|
22
tools.txt
22
tools.txt
|
@ -1,4 +1,4 @@
|
|||
# go v1.22.1-1
|
||||
### Packages from vim-go
|
||||
github.com/davidrjenni/reftools/cmd/fillstruct@master
|
||||
github.com/fatih/gomodifytags@latest
|
||||
github.com/fatih/motion@latest
|
||||
|
@ -16,3 +16,23 @@ golang.org/x/tools/cmd/gorename@master
|
|||
golang.org/x/tools/gopls@latest
|
||||
honnef.co/go/tools/cmd/keyify@master
|
||||
honnef.co/go/tools/cmd/staticcheck@latest
|
||||
|
||||
### Version checking for package rebuilds
|
||||
# Archlinux: go v1.22.1-1
|
||||
# GoProxy: github.com/davidrjenni/reftools v0.0.0-20240211192525-f5f96ef18854
|
||||
# GoProxy: github.com/fatih/gomodifytags v1.16.0
|
||||
# GoProxy: github.com/fatih/motion v1.2.0
|
||||
# GoProxy: github.com/go-delve/delve v1.22.1
|
||||
# GoProxy: github.com/golangci/golangci-lint v1.57.2
|
||||
# GoProxy: github.com/josharian/impl v1.3.0
|
||||
# GoProxy: github.com/jstemmer/gotags v1.4.1
|
||||
# GoProxy: github.com/kisielk/errcheck v1.7.0
|
||||
# GoProxy: github.com/klauspost/asmfmt v1.3.2
|
||||
# GoProxy: github.com/koron/iferr v0.0.0-20240122035601-9c3e2fbe4bd1
|
||||
# GoProxy: github.com/mgechev/revive v1.3.7
|
||||
# GoProxy: github.com/rogpeppe/godef v1.1.2
|
||||
# GoProxy: golang.org/x/tools v0.19.0
|
||||
# GoProxy: golang.org/x/tools v0.19.0
|
||||
# GoProxy: golang.org/x/tools/gopls v0.15.2
|
||||
# GoProxy: honnef.co/go/tools v0.4.7
|
||||
# GoProxy: honnef.co/go/tools v0.4.7
|
||||
|
|
Loading…
Reference in a new issue