Update tools 2024.10.17
This commit is contained in:
parent
c13d15114a
commit
cb9705084b
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 = a8aa1e02b7b7452e9b2b336497cbf5a5bbde85336d5df0fa962039a95d025516de7698f33d4a632291a55524d0f77e4080775699b0fd0af73c632d87533b3661
|
sha512sums = 240f5169bf38b49932fcfc4bd6794658e6d4f44aafe8cd2fb094fdceb3b46c76c67d2ba9287e9697e80fcc088e3b6b113820811525e3f074f3f276c16fe4dea7
|
||||||
|
|
||||||
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'
|
||||||
'a8aa1e02b7b7452e9b2b336497cbf5a5bbde85336d5df0fa962039a95d025516de7698f33d4a632291a55524d0f77e4080775699b0fd0af73c632d87533b3661')
|
'240f5169bf38b49932fcfc4bd6794658e6d4f44aafe8cd2fb094fdceb3b46c76c67d2ba9287e9697e80fcc088e3b6b113820811525e3f074f3f276c16fe4dea7')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir -p "${srcdir}/go"
|
mkdir -p "${srcdir}/go"
|
||||||
|
|
|
@ -25,7 +25,7 @@ honnef.co/go/tools/cmd/staticcheck@latest
|
||||||
# GoProxy: github.com/golangci/golangci-lint v1.61.0
|
# GoProxy: github.com/golangci/golangci-lint v1.61.0
|
||||||
# GoProxy: github.com/josharian/impl v1.4.0
|
# GoProxy: github.com/josharian/impl v1.4.0
|
||||||
# GoProxy: github.com/jstemmer/gotags v1.4.1
|
# GoProxy: github.com/jstemmer/gotags v1.4.1
|
||||||
# GoProxy: github.com/kisielk/errcheck v1.7.0
|
# GoProxy: github.com/kisielk/errcheck v1.8.0
|
||||||
# GoProxy: github.com/klauspost/asmfmt v1.3.2
|
# GoProxy: github.com/klauspost/asmfmt v1.3.2
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in a new issue