Update tools 2024.07.07
This commit is contained in:
parent
7608194dac
commit
4e02969b6f
3 changed files with 4 additions and 4 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -9,6 +9,6 @@ pkgbase = vim-go-tools
|
|||
source = build.sh
|
||||
source = tools.txt
|
||||
sha512sums = 5bf0f12f0836084a9a76a970cc605375b9cabead2450fd5ab2753c3604b3061568c2851e090516846c6920bd2dfd3843ff69453b6cc0a0faf72e3af348c40475
|
||||
sha512sums = e87fd371f4ecba660c9f4049fba3b9fa56689043e401aa81833382111928108a7dd97ca2cfa2f41f372901c8bfbdae4c9431cb974110a385fa04ad3263e63ec9
|
||||
sha512sums = 9dffcdd236e27e4aff72dfa24232b8e660bef9bd31fa4df617c13eee0b824e3e0e82c1bc06f6a2841ed5b18ff56676832c3487c2710b1d94eb1bcbb6f7bb9df1
|
||||
|
||||
pkgname = vim-go-tools
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -10,7 +10,7 @@ license=(other)
|
|||
makedepends=('go')
|
||||
source=("build.sh" "tools.txt")
|
||||
sha512sums=('5bf0f12f0836084a9a76a970cc605375b9cabead2450fd5ab2753c3604b3061568c2851e090516846c6920bd2dfd3843ff69453b6cc0a0faf72e3af348c40475'
|
||||
'e87fd371f4ecba660c9f4049fba3b9fa56689043e401aa81833382111928108a7dd97ca2cfa2f41f372901c8bfbdae4c9431cb974110a385fa04ad3263e63ec9')
|
||||
'9dffcdd236e27e4aff72dfa24232b8e660bef9bd31fa4df617c13eee0b824e3e0e82c1bc06f6a2841ed5b18ff56676832c3487c2710b1d94eb1bcbb6f7bb9df1')
|
||||
|
||||
build() {
|
||||
mkdir -p "${srcdir}/go"
|
||||
|
|
|
@ -30,7 +30,7 @@ honnef.co/go/tools/cmd/staticcheck@latest
|
|||
# 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.22.0
|
||||
# GoProxy: golang.org/x/tools v0.22.0
|
||||
# GoProxy: golang.org/x/tools v0.23.0
|
||||
# GoProxy: golang.org/x/tools v0.23.0
|
||||
# GoProxy: golang.org/x/tools/gopls v0.16.1
|
||||
# GoProxy: honnef.co/go/tools v0.4.7
|
||||
|
|
Loading…
Reference in a new issue