Update tools 2024.04.04
This commit is contained in:
parent
2c5b0626ba
commit
0d2240a9d6
3 changed files with 4 additions and 4 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 = 350086527687f72949982327812263c0de468f9e0b7c0a8f45cd14ac72d3f41e482d7aaa8797edd380c2e1520acf62d0021be506ee10f0287df1f83da8d52867
|
sha512sums = ccc7b1e6f45af42c29de43fa101e885b49f40267f6470e173d2b7200149a9c647ca1779e784ff44d099ad327ac53449e5aa7e28d72bedaaf5a7b426c6508f74e
|
||||||
|
|
||||||
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'
|
||||||
'350086527687f72949982327812263c0de468f9e0b7c0a8f45cd14ac72d3f41e482d7aaa8797edd380c2e1520acf62d0021be506ee10f0287df1f83da8d52867')
|
'ccc7b1e6f45af42c29de43fa101e885b49f40267f6470e173d2b7200149a9c647ca1779e784ff44d099ad327ac53449e5aa7e28d72bedaaf5a7b426c6508f74e')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir -p "${srcdir}/go"
|
mkdir -p "${srcdir}/go"
|
||||||
|
|
|
@ -31,8 +31,8 @@ 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.3.7
|
# GoProxy: github.com/mgechev/revive v1.3.7
|
||||||
# GoProxy: github.com/rogpeppe/godef v1.1.2
|
# GoProxy: github.com/rogpeppe/godef v1.1.2
|
||||||
# GoProxy: golang.org/x/tools v0.19.0
|
# GoProxy: golang.org/x/tools v0.20.0
|
||||||
# GoProxy: golang.org/x/tools v0.19.0
|
# GoProxy: golang.org/x/tools v0.20.0
|
||||||
# GoProxy: golang.org/x/tools/gopls v0.15.2
|
# GoProxy: golang.org/x/tools/gopls v0.15.2
|
||||||
# GoProxy: honnef.co/go/tools v0.4.7
|
# GoProxy: honnef.co/go/tools v0.4.7
|
||||||
# GoProxy: honnef.co/go/tools v0.4.7
|
# GoProxy: honnef.co/go/tools v0.4.7
|
||||||
|
|
Loading…
Reference in a new issue