Update tools 2025.01.23
This commit is contained in:
parent
0663ce8735
commit
821542777d
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 = c51a453482fee2ff0ba7a3a0033f1a4da3e090d64f6be15805a378eaa6fcd748beb3e84aca23519a52f5b23d5d21dbca2bd9b722a903b9561ecc9636c69cd355
|
||||
sha512sums = 34f6ee01e498ecf7cb4a5f41a7726a38f8081c4459b5c88d0c0d27486203fb1a394fe1c4bd3ea7d3802ce4edb896a2dea919963af740df16609d537408f85959
|
||||
|
||||
pkgname = vim-go-tools
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -10,7 +10,7 @@ license=(other)
|
|||
makedepends=('go')
|
||||
source=("build.sh" "tools.txt")
|
||||
sha512sums=('5bf0f12f0836084a9a76a970cc605375b9cabead2450fd5ab2753c3604b3061568c2851e090516846c6920bd2dfd3843ff69453b6cc0a0faf72e3af348c40475'
|
||||
'c51a453482fee2ff0ba7a3a0033f1a4da3e090d64f6be15805a378eaa6fcd748beb3e84aca23519a52f5b23d5d21dbca2bd9b722a903b9561ecc9636c69cd355')
|
||||
'34f6ee01e498ecf7cb4a5f41a7726a38f8081c4459b5c88d0c0d27486203fb1a394fe1c4bd3ea7d3802ce4edb896a2dea919963af740df16609d537408f85959')
|
||||
|
||||
build() {
|
||||
mkdir -p "${srcdir}/go"
|
||||
|
|
|
@ -27,7 +27,7 @@ honnef.co/go/tools/cmd/staticcheck@latest
|
|||
# GoProxy: github.com/kisielk/errcheck v1.8.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.5.1
|
||||
# GoProxy: github.com/mgechev/revive v1.6.0
|
||||
# GoProxy: github.com/rogpeppe/godef v1.1.2
|
||||
# GoProxy: golang.org/x/tools v0.29.0
|
||||
# GoProxy: golang.org/x/tools/gopls v0.17.1
|
||||
|
|
Loading…
Reference in a new issue