Update tools 2024.11.25
This commit is contained in:
parent
c70849f872
commit
507660c277
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 = 2d725aa4ffa2c8c363858424bdc5fd98fdf5570220dfdf86ca5421c4cfe3208730be6e61390de102069334f954e9aa6d1e445f2aba6a9242ff3e665ed19c9679
|
||||
sha512sums = fe9f6c78eef33c34f849e5c33925ddb50d2f554de1316dc92284e919818ca6fa9482cd04f72c54c98df80f262d853e15ea5e1aac01ce480de330bcc297f3c395
|
||||
|
||||
pkgname = vim-go-tools
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -10,7 +10,7 @@ license=(other)
|
|||
makedepends=('go')
|
||||
source=("build.sh" "tools.txt")
|
||||
sha512sums=('5bf0f12f0836084a9a76a970cc605375b9cabead2450fd5ab2753c3604b3061568c2851e090516846c6920bd2dfd3843ff69453b6cc0a0faf72e3af348c40475'
|
||||
'2d725aa4ffa2c8c363858424bdc5fd98fdf5570220dfdf86ca5421c4cfe3208730be6e61390de102069334f954e9aa6d1e445f2aba6a9242ff3e665ed19c9679')
|
||||
'fe9f6c78eef33c34f849e5c33925ddb50d2f554de1316dc92284e919818ca6fa9482cd04f72c54c98df80f262d853e15ea5e1aac01ce480de330bcc297f3c395')
|
||||
|
||||
build() {
|
||||
mkdir -p "${srcdir}/go"
|
||||
|
|
|
@ -22,7 +22,7 @@ honnef.co/go/tools/cmd/staticcheck@latest
|
|||
# GoProxy: github.com/fatih/gomodifytags v1.17.0
|
||||
# GoProxy: github.com/fatih/motion v1.2.0
|
||||
# GoProxy: github.com/go-delve/delve v1.23.1
|
||||
# GoProxy: github.com/golangci/golangci-lint v1.62.0
|
||||
# GoProxy: github.com/golangci/golangci-lint v1.62.2
|
||||
# GoProxy: github.com/josharian/impl v1.4.0
|
||||
# GoProxy: github.com/jstemmer/gotags v1.4.1
|
||||
# GoProxy: github.com/kisielk/errcheck v1.8.0
|
||||
|
|
Loading…
Reference in a new issue