Update tools 2024.12.20
This commit is contained in:
parent
e664835948
commit
bc2e795a24
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 = 7c0be88ae0e4dda4e8e100a62bf9b65d5516d24923afb083de00dc692f8b151e0f40844cf7082cc568f3686cb0b06d2aa260eb53942ef2db7ddf4cfaad708d02
|
||||
sha512sums = dd80076b84380abd8f317b9ce763415040e2ff874d8cc3024e575ecdb77a8ab4fcbfa4f266992d933419d043b731a43ec30a5a1db15c131d47cdeede0929c3b8
|
||||
|
||||
pkgname = vim-go-tools
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -10,7 +10,7 @@ license=(other)
|
|||
makedepends=('go')
|
||||
source=("build.sh" "tools.txt")
|
||||
sha512sums=('5bf0f12f0836084a9a76a970cc605375b9cabead2450fd5ab2753c3604b3061568c2851e090516846c6920bd2dfd3843ff69453b6cc0a0faf72e3af348c40475'
|
||||
'7c0be88ae0e4dda4e8e100a62bf9b65d5516d24923afb083de00dc692f8b151e0f40844cf7082cc568f3686cb0b06d2aa260eb53942ef2db7ddf4cfaad708d02')
|
||||
'dd80076b84380abd8f317b9ce763415040e2ff874d8cc3024e575ecdb77a8ab4fcbfa4f266992d933419d043b731a43ec30a5a1db15c131d47cdeede0929c3b8')
|
||||
|
||||
build() {
|
||||
mkdir -p "${srcdir}/go"
|
||||
|
|
|
@ -32,5 +32,5 @@ honnef.co/go/tools/cmd/staticcheck@latest
|
|||
# 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.0
|
||||
# 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