Update tools 2024.11.16
This commit is contained in:
parent
e5b55f0c1f
commit
c70849f872
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 = tools.txt
|
||||
sha512sums = 5bf0f12f0836084a9a76a970cc605375b9cabead2450fd5ab2753c3604b3061568c2851e090516846c6920bd2dfd3843ff69453b6cc0a0faf72e3af348c40475
|
||||
sha512sums = 47212f90215e9dc70f01087f8d45de08ca1126cc6ccf0931d7a7b3a618368c43c84b3041563d662e09f9c4c94d41d2b27a906e42385ebe13fa0503f4689451aa
|
||||
sha512sums = 2d725aa4ffa2c8c363858424bdc5fd98fdf5570220dfdf86ca5421c4cfe3208730be6e61390de102069334f954e9aa6d1e445f2aba6a9242ff3e665ed19c9679
|
||||
|
||||
pkgname = vim-go-tools
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -10,7 +10,7 @@ license=(other)
|
|||
makedepends=('go')
|
||||
source=("build.sh" "tools.txt")
|
||||
sha512sums=('5bf0f12f0836084a9a76a970cc605375b9cabead2450fd5ab2753c3604b3061568c2851e090516846c6920bd2dfd3843ff69453b6cc0a0faf72e3af348c40475'
|
||||
'47212f90215e9dc70f01087f8d45de08ca1126cc6ccf0931d7a7b3a618368c43c84b3041563d662e09f9c4c94d41d2b27a906e42385ebe13fa0503f4689451aa')
|
||||
'2d725aa4ffa2c8c363858424bdc5fd98fdf5570220dfdf86ca5421c4cfe3208730be6e61390de102069334f954e9aa6d1e445f2aba6a9242ff3e665ed19c9679')
|
||||
|
||||
build() {
|
||||
mkdir -p "${srcdir}/go"
|
||||
|
|
|
@ -28,7 +28,7 @@ honnef.co/go/tools/cmd/staticcheck@latest
|
|||
# GoProxy: github.com/kisielk/errcheck v1.8.0
|
||||
# GoProxy: github.com/klauspost/asmfmt v1.3.2
|
||||
# GoProxy: github.com/koron/iferr v0.0.0-20240122035601-9c3e2fbe4bd1
|
||||
# GoProxy: github.com/mgechev/revive v1.5.0
|
||||
# GoProxy: github.com/mgechev/revive v1.5.1
|
||||
# GoProxy: github.com/rogpeppe/godef v1.1.2
|
||||
# GoProxy: golang.org/x/tools v0.27.0
|
||||
# GoProxy: golang.org/x/tools/cmd/gorename v0.1.0-deprecated
|
||||
|
|
Loading…
Reference in a new issue