Update tools 2024.06.05
This commit is contained in:
parent
1b088f3f75
commit
d7afa65533
3 changed files with 4 additions and 6 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -9,6 +9,6 @@ pkgbase = vim-go-tools
|
|||
source = build.sh
|
||||
source = tools.txt
|
||||
sha512sums = 5bf0f12f0836084a9a76a970cc605375b9cabead2450fd5ab2753c3604b3061568c2851e090516846c6920bd2dfd3843ff69453b6cc0a0faf72e3af348c40475
|
||||
sha512sums = f4f06ca8106e6f9eb26b93faea5c37db87412c862399e9cc638636feead7c6d88295f82fe9760babfbb75b036cac281333944c3eed795097c8119639ad4dac09
|
||||
sha512sums = 528a50e6ff0aac87057b57e42745261ebaf9610913376aae35335662274c55dc4f610b242ea6b61c46ca37d34e9ef7f37451d0abf2760c9c66fe8b9a2f79c318
|
||||
|
||||
pkgname = vim-go-tools
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -10,7 +10,7 @@ license=(other)
|
|||
makedepends=('go')
|
||||
source=("build.sh" "tools.txt")
|
||||
sha512sums=('5bf0f12f0836084a9a76a970cc605375b9cabead2450fd5ab2753c3604b3061568c2851e090516846c6920bd2dfd3843ff69453b6cc0a0faf72e3af348c40475'
|
||||
'f4f06ca8106e6f9eb26b93faea5c37db87412c862399e9cc638636feead7c6d88295f82fe9760babfbb75b036cac281333944c3eed795097c8119639ad4dac09')
|
||||
'528a50e6ff0aac87057b57e42745261ebaf9610913376aae35335662274c55dc4f610b242ea6b61c46ca37d34e9ef7f37451d0abf2760c9c66fe8b9a2f79c318')
|
||||
|
||||
build() {
|
||||
mkdir -p "${srcdir}/go"
|
||||
|
|
|
@ -14,7 +14,6 @@ github.com/rogpeppe/godef@latest
|
|||
golang.org/x/tools/cmd/goimports@master
|
||||
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
|
||||
|
@ -31,8 +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.21.0
|
||||
# GoProxy: golang.org/x/tools v0.21.0
|
||||
# GoProxy: golang.org/x/tools v0.22.0
|
||||
# GoProxy: golang.org/x/tools v0.22.0
|
||||
# GoProxy: golang.org/x/tools/gopls v0.15.3
|
||||
# GoProxy: honnef.co/go/tools v0.4.7
|
||||
# GoProxy: honnef.co/go/tools v0.4.7
|
||||
|
|
Loading…
Reference in a new issue