Update tools 2024.07.24
This commit is contained in:
parent
79ad8044a1
commit
09264e6ffb
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 = 0589c83491fc5ddcee62f418ad3895b307c5528c8e813ef2b500134413d609669d204be93510f905d0185a6dfeff21408439db0bc2fa286be4e9537d301b97c7
|
sha512sums = a4c1223ec7c2394f13ec2c796bfe264a0aff042cb4be4eb5a17266441c84b795f8f9c497169b0e8d1f7f6419967e019114e8ae9038c74faab88b1599763fdb87
|
||||||
|
|
||||||
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'
|
||||||
'0589c83491fc5ddcee62f418ad3895b307c5528c8e813ef2b500134413d609669d204be93510f905d0185a6dfeff21408439db0bc2fa286be4e9537d301b97c7')
|
'a4c1223ec7c2394f13ec2c796bfe264a0aff042cb4be4eb5a17266441c84b795f8f9c497169b0e8d1f7f6419967e019114e8ae9038c74faab88b1599763fdb87')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir -p "${srcdir}/go"
|
mkdir -p "${srcdir}/go"
|
||||||
|
|
|
@ -28,7 +28,7 @@ honnef.co/go/tools/cmd/staticcheck@latest
|
||||||
# GoProxy: github.com/kisielk/errcheck v1.7.0
|
# GoProxy: github.com/kisielk/errcheck v1.7.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.3.7
|
# GoProxy: github.com/mgechev/revive v1.3.8
|
||||||
# GoProxy: github.com/rogpeppe/godef v1.1.2
|
# GoProxy: github.com/rogpeppe/godef v1.1.2
|
||||||
# GoProxy: golang.org/x/tools v0.23.0
|
# GoProxy: golang.org/x/tools v0.23.0
|
||||||
# GoProxy: golang.org/x/tools v0.23.0
|
# GoProxy: golang.org/x/tools v0.23.0
|
||||||
|
|
Loading…
Reference in a new issue