Update tools 2024.10.04
This commit is contained in:
parent
abccea6af0
commit
b69e0bcdb5
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 = build.sh
|
||||||
source = tools.txt
|
source = tools.txt
|
||||||
sha512sums = 5bf0f12f0836084a9a76a970cc605375b9cabead2450fd5ab2753c3604b3061568c2851e090516846c6920bd2dfd3843ff69453b6cc0a0faf72e3af348c40475
|
sha512sums = 5bf0f12f0836084a9a76a970cc605375b9cabead2450fd5ab2753c3604b3061568c2851e090516846c6920bd2dfd3843ff69453b6cc0a0faf72e3af348c40475
|
||||||
sha512sums = 781b0eef94ce6526d1941ae2b849106e85bf9a9464195a050c3e6ad5f66ea73a9dc7138658677c96217e44417298fbd38de07b2b2ff356cef44b266ede7cb549
|
sha512sums = 72ca56d38d6263cb129e52401c63b28465f964fb6cb558128878a786b4b17647670c19942273cfbd3db7d91b1be46d01c23ae6ea393c968e034bc59e696b4d02
|
||||||
|
|
||||||
pkgname = vim-go-tools
|
pkgname = vim-go-tools
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -10,7 +10,7 @@ license=(other)
|
||||||
makedepends=('go')
|
makedepends=('go')
|
||||||
source=("build.sh" "tools.txt")
|
source=("build.sh" "tools.txt")
|
||||||
sha512sums=('5bf0f12f0836084a9a76a970cc605375b9cabead2450fd5ab2753c3604b3061568c2851e090516846c6920bd2dfd3843ff69453b6cc0a0faf72e3af348c40475'
|
sha512sums=('5bf0f12f0836084a9a76a970cc605375b9cabead2450fd5ab2753c3604b3061568c2851e090516846c6920bd2dfd3843ff69453b6cc0a0faf72e3af348c40475'
|
||||||
'781b0eef94ce6526d1941ae2b849106e85bf9a9464195a050c3e6ad5f66ea73a9dc7138658677c96217e44417298fbd38de07b2b2ff356cef44b266ede7cb549')
|
'72ca56d38d6263cb129e52401c63b28465f964fb6cb558128878a786b4b17647670c19942273cfbd3db7d91b1be46d01c23ae6ea393c968e034bc59e696b4d02')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir -p "${srcdir}/go"
|
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/koron/iferr v0.0.0-20240122035601-9c3e2fbe4bd1
|
||||||
# GoProxy: github.com/mgechev/revive v1.4.0
|
# GoProxy: github.com/mgechev/revive v1.4.0
|
||||||
# GoProxy: github.com/rogpeppe/godef v1.1.2
|
# GoProxy: github.com/rogpeppe/godef v1.1.2
|
||||||
# GoProxy: golang.org/x/tools v0.25.0
|
# GoProxy: golang.org/x/tools v0.26.0
|
||||||
# GoProxy: golang.org/x/tools/cmd/gorename v0.1.0-deprecated
|
# GoProxy: golang.org/x/tools/cmd/gorename v0.1.0-deprecated
|
||||||
# GoProxy: golang.org/x/tools/gopls v0.16.2
|
# GoProxy: golang.org/x/tools/gopls v0.16.2
|
||||||
# GoProxy: honnef.co/go/tools v0.5.1
|
# GoProxy: honnef.co/go/tools v0.5.1
|
||||||
|
|
Loading…
Reference in a new issue