Update tools 2024.11.08
This commit is contained in:
parent
aefb8e0683
commit
cc46ae68a8
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 = 85f53c90ac3b6dc780a2f0016a18ee2715f857fcae6b2a85161e4c8b5627984ed433e52b5035ed954655e891cb12b7ed3fcc17dc2de16234142109c92ae3e5a8
|
||||
sha512sums = e68cb53ebddb52445cfb9fad32d178c1057a3c50e7435c88ba133ab0531a9c260e06787b57323be334339dd8d8455f96ee6ea22a1e8d36c0ce36f93f3c97fbe0
|
||||
|
||||
pkgname = vim-go-tools
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -10,7 +10,7 @@ license=(other)
|
|||
makedepends=('go')
|
||||
source=("build.sh" "tools.txt")
|
||||
sha512sums=('5bf0f12f0836084a9a76a970cc605375b9cabead2450fd5ab2753c3604b3061568c2851e090516846c6920bd2dfd3843ff69453b6cc0a0faf72e3af348c40475'
|
||||
'85f53c90ac3b6dc780a2f0016a18ee2715f857fcae6b2a85161e4c8b5627984ed433e52b5035ed954655e891cb12b7ed3fcc17dc2de16234142109c92ae3e5a8')
|
||||
'e68cb53ebddb52445cfb9fad32d178c1057a3c50e7435c88ba133ab0531a9c260e06787b57323be334339dd8d8455f96ee6ea22a1e8d36c0ce36f93f3c97fbe0')
|
||||
|
||||
build() {
|
||||
mkdir -p "${srcdir}/go"
|
||||
|
|
|
@ -30,7 +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.5.0
|
||||
# GoProxy: github.com/rogpeppe/godef v1.1.2
|
||||
# GoProxy: golang.org/x/tools v0.26.0
|
||||
# GoProxy: golang.org/x/tools v0.27.0
|
||||
# GoProxy: golang.org/x/tools/cmd/gorename v0.1.0-deprecated
|
||||
# GoProxy: golang.org/x/tools/gopls v0.16.2
|
||||
# GoProxy: honnef.co/go/tools v0.5.1
|
||||
|
|
Loading…
Reference in a new issue