Update tools 2024.09.22
This commit is contained in:
parent
330c8f04f8
commit
c2260c0c5c
3 changed files with 3 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 = fc6768ea6fc2899a1ab07bfb831087c29ec135c506b295d5ad3cf90a41b729fae07f45ba80d6c48928002e105beeffd23c39d1ef4e780f5da9e9c8981d83d9ae
|
||||
sha512sums = 6507a37e28e229e4b21966c9450379e70504d7f621025f86831ea8f18fdd002a00ceb0473911376c113738d06a5bfe9932218ad5bcbdfb37a0fed1aadade6ca7
|
||||
|
||||
pkgname = vim-go-tools
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -10,7 +10,7 @@ license=(other)
|
|||
makedepends=('go')
|
||||
source=("build.sh" "tools.txt")
|
||||
sha512sums=('5bf0f12f0836084a9a76a970cc605375b9cabead2450fd5ab2753c3604b3061568c2851e090516846c6920bd2dfd3843ff69453b6cc0a0faf72e3af348c40475'
|
||||
'fc6768ea6fc2899a1ab07bfb831087c29ec135c506b295d5ad3cf90a41b729fae07f45ba80d6c48928002e105beeffd23c39d1ef4e780f5da9e9c8981d83d9ae')
|
||||
'6507a37e28e229e4b21966c9450379e70504d7f621025f86831ea8f18fdd002a00ceb0473911376c113738d06a5bfe9932218ad5bcbdfb37a0fed1aadade6ca7')
|
||||
|
||||
build() {
|
||||
mkdir -p "${srcdir}/go"
|
||||
|
|
|
@ -28,7 +28,7 @@ honnef.co/go/tools/cmd/staticcheck@latest
|
|||
# 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.9
|
||||
# GoProxy: github.com/mgechev/revive v1.4.0
|
||||
# GoProxy: github.com/rogpeppe/godef v1.1.2
|
||||
# GoProxy: golang.org/x/tools v0.25.0
|
||||
# GoProxy: golang.org/x/tools/cmd/gorename v0.1.0-deprecated
|
||||
|
|
Loading…
Reference in a new issue