Update tools 2025.01.06
This commit is contained in:
parent
0f7006485c
commit
16f596486c
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 = 00355737c1afedbb3a9b5cd55701da1cb8ddb0866428e05e901d353ddc81148956925760029d4c8b34bdc097724bf5c699aa8f6b0faa6bf9fe00b705fddc6077
|
sha512sums = c3d733bc879fa65716b6b825a036385917015d1a454967b2d22a2d17a150092c68f62c95e3b7bef44d7eaed7606cbdd189c255d915ec66067d0a2bd874ad82cd
|
||||||
|
|
||||||
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'
|
||||||
'00355737c1afedbb3a9b5cd55701da1cb8ddb0866428e05e901d353ddc81148956925760029d4c8b34bdc097724bf5c699aa8f6b0faa6bf9fe00b705fddc6077')
|
'c3d733bc879fa65716b6b825a036385917015d1a454967b2d22a2d17a150092c68f62c95e3b7bef44d7eaed7606cbdd189c255d915ec66067d0a2bd874ad82cd')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir -p "${srcdir}/go"
|
mkdir -p "${srcdir}/go"
|
||||||
|
|
|
@ -29,6 +29,6 @@ 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.5.1
|
# GoProxy: github.com/mgechev/revive v1.5.1
|
||||||
# GoProxy: github.com/rogpeppe/godef v1.1.2
|
# GoProxy: github.com/rogpeppe/godef v1.1.2
|
||||||
# GoProxy: golang.org/x/tools v0.28.0
|
# GoProxy: golang.org/x/tools v0.29.0
|
||||||
# GoProxy: golang.org/x/tools/gopls v0.17.1
|
# GoProxy: golang.org/x/tools/gopls v0.17.1
|
||||||
# GoProxy: honnef.co/go/tools v0.5.1
|
# GoProxy: honnef.co/go/tools v0.5.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue