Update tools 2024.12.26
This commit is contained in:
parent
bc2e795a24
commit
1703ab4b9b
3 changed files with 2 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 = dd80076b84380abd8f317b9ce763415040e2ff874d8cc3024e575ecdb77a8ab4fcbfa4f266992d933419d043b731a43ec30a5a1db15c131d47cdeede0929c3b8
|
||||
sha512sums = 6b11566e646beae6d1bed743ef55534cb3b60fcebf484b0f5e7d5e478c4e10302366eefe087b9aaced1c40d4aa428135a6bfd1a8d3f0990520341ffd09e500ca
|
||||
|
||||
pkgname = vim-go-tools
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -10,7 +10,7 @@ license=(other)
|
|||
makedepends=('go')
|
||||
source=("build.sh" "tools.txt")
|
||||
sha512sums=('5bf0f12f0836084a9a76a970cc605375b9cabead2450fd5ab2753c3604b3061568c2851e090516846c6920bd2dfd3843ff69453b6cc0a0faf72e3af348c40475'
|
||||
'dd80076b84380abd8f317b9ce763415040e2ff874d8cc3024e575ecdb77a8ab4fcbfa4f266992d933419d043b731a43ec30a5a1db15c131d47cdeede0929c3b8')
|
||||
'6b11566e646beae6d1bed743ef55534cb3b60fcebf484b0f5e7d5e478c4e10302366eefe087b9aaced1c40d4aa428135a6bfd1a8d3f0990520341ffd09e500ca')
|
||||
|
||||
build() {
|
||||
mkdir -p "${srcdir}/go"
|
||||
|
|
|
@ -12,7 +12,6 @@ github.com/koron/iferr@master
|
|||
github.com/mgechev/revive@latest
|
||||
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/staticcheck@latest
|
||||
|
||||
|
@ -31,6 +30,5 @@ honnef.co/go/tools/cmd/staticcheck@latest
|
|||
# GoProxy: github.com/mgechev/revive v1.5.1
|
||||
# GoProxy: github.com/rogpeppe/godef v1.1.2
|
||||
# GoProxy: golang.org/x/tools v0.28.0
|
||||
# GoProxy: golang.org/x/tools/cmd/gorename v0.1.0-deprecated
|
||||
# GoProxy: golang.org/x/tools/gopls v0.17.1
|
||||
# GoProxy: honnef.co/go/tools v0.5.1
|
||||
|
|
Loading…
Add table
Reference in a new issue