Update tools 2024.06.09
This commit is contained in:
parent
294b03068a
commit
7b77b53c97
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 = 5e44ddacda062e256718db4844606aa4492c703982281b741677cfebc288f3f450f407063ee0a5fc76180e49b974fa4f9ea58d1dbf25f374d12c551455da2e01
|
||||
sha512sums = d74ba657f6901a0516c920e1e65775753876b100c10e50be4b4065315764dd1f0d3dd950d6477cd081179c7ab1bb42dafd671cb6cf085ad717dd7f9f7588c035
|
||||
|
||||
pkgname = vim-go-tools
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -10,7 +10,7 @@ license=(other)
|
|||
makedepends=('go')
|
||||
source=("build.sh" "tools.txt")
|
||||
sha512sums=('5bf0f12f0836084a9a76a970cc605375b9cabead2450fd5ab2753c3604b3061568c2851e090516846c6920bd2dfd3843ff69453b6cc0a0faf72e3af348c40475'
|
||||
'5e44ddacda062e256718db4844606aa4492c703982281b741677cfebc288f3f450f407063ee0a5fc76180e49b974fa4f9ea58d1dbf25f374d12c551455da2e01')
|
||||
'd74ba657f6901a0516c920e1e65775753876b100c10e50be4b4065315764dd1f0d3dd950d6477cd081179c7ab1bb42dafd671cb6cf085ad717dd7f9f7588c035')
|
||||
|
||||
build() {
|
||||
mkdir -p "${srcdir}/go"
|
||||
|
|
|
@ -22,7 +22,7 @@ honnef.co/go/tools/cmd/staticcheck@latest
|
|||
# GoProxy: github.com/fatih/gomodifytags v1.16.0
|
||||
# GoProxy: github.com/fatih/motion v1.2.0
|
||||
# GoProxy: github.com/go-delve/delve v1.22.1
|
||||
# GoProxy: github.com/golangci/golangci-lint v1.59.0
|
||||
# GoProxy: github.com/golangci/golangci-lint v1.59.1
|
||||
# GoProxy: github.com/josharian/impl v1.3.0
|
||||
# GoProxy: github.com/jstemmer/gotags v1.4.1
|
||||
# GoProxy: github.com/kisielk/errcheck v1.7.0
|
||||
|
|
Loading…
Reference in a new issue