Update tools 2024.09.20
This commit is contained in:
parent
5c11b1dee2
commit
77d1bc7d86
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 = af0e23490ad78c5f55fd7c9e00e703828deaf461ee94718fedfdaf279d4d58f6a121fc896f7648e7d0ad312de87a00210bcea59315efd982a4a1787cc2838b15
|
sha512sums = dfe33b70604318dcd2dd23e65bf3231fc1b37ede97f87e7b56fdab8aec325ef19a685a801739935c89e4d19cfcb4856c827e55b13a229e8deeef82ca48d8f16b
|
||||||
|
|
||||||
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'
|
||||||
'af0e23490ad78c5f55fd7c9e00e703828deaf461ee94718fedfdaf279d4d58f6a121fc896f7648e7d0ad312de87a00210bcea59315efd982a4a1787cc2838b15')
|
'dfe33b70604318dcd2dd23e65bf3231fc1b37ede97f87e7b56fdab8aec325ef19a685a801739935c89e4d19cfcb4856c827e55b13a229e8deeef82ca48d8f16b')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir -p "${srcdir}/go"
|
mkdir -p "${srcdir}/go"
|
||||||
|
|
|
@ -31,6 +31,6 @@ honnef.co/go/tools/cmd/staticcheck@latest
|
||||||
# GoProxy: github.com/mgechev/revive v1.3.9
|
# GoProxy: github.com/mgechev/revive v1.3.9
|
||||||
# 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.25.0
|
||||||
# GoProxy: golang.org/x/tools v0.25.0
|
# GoProxy: golang.org/x/tools/cmd/gorename v0.0.0-20240920145237-3921b5936418
|
||||||
# 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