Update tools 2024.07.24
This commit is contained in:
parent
09264e6ffb
commit
e5a00df8a6
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 = a4c1223ec7c2394f13ec2c796bfe264a0aff042cb4be4eb5a17266441c84b795f8f9c497169b0e8d1f7f6419967e019114e8ae9038c74faab88b1599763fdb87
|
||||
sha512sums = ff04f21c6eefbc577656538c4c61d34126985676ece4a3d7f41560331af16c1b6d43ea135b9d78830beff68e49986c8cf50ace4e57b45fd8624434675935aa06
|
||||
|
||||
pkgname = vim-go-tools
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -10,7 +10,7 @@ license=(other)
|
|||
makedepends=('go')
|
||||
source=("build.sh" "tools.txt")
|
||||
sha512sums=('5bf0f12f0836084a9a76a970cc605375b9cabead2450fd5ab2753c3604b3061568c2851e090516846c6920bd2dfd3843ff69453b6cc0a0faf72e3af348c40475'
|
||||
'a4c1223ec7c2394f13ec2c796bfe264a0aff042cb4be4eb5a17266441c84b795f8f9c497169b0e8d1f7f6419967e019114e8ae9038c74faab88b1599763fdb87')
|
||||
'ff04f21c6eefbc577656538c4c61d34126985676ece4a3d7f41560331af16c1b6d43ea135b9d78830beff68e49986c8cf50ace4e57b45fd8624434675935aa06')
|
||||
|
||||
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.8
|
||||
# GoProxy: github.com/mgechev/revive v1.3.9
|
||||
# GoProxy: github.com/rogpeppe/godef v1.1.2
|
||||
# GoProxy: golang.org/x/tools v0.23.0
|
||||
# GoProxy: golang.org/x/tools v0.23.0
|
||||
|
|
Loading…
Reference in a new issue