Update tools 2024.12.18
This commit is contained in:
parent
8bb86f7647
commit
e664835948
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 = 034abf4709595def49c77bd4af5e416d30bf41a140d50f1d5bd9cdd6306fa7489f5609395720d950674afee1038cfbfad94c4619f80d668c25f5276c5374565f
|
sha512sums = 7c0be88ae0e4dda4e8e100a62bf9b65d5516d24923afb083de00dc692f8b151e0f40844cf7082cc568f3686cb0b06d2aa260eb53942ef2db7ddf4cfaad708d02
|
||||||
|
|
||||||
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'
|
||||||
'034abf4709595def49c77bd4af5e416d30bf41a140d50f1d5bd9cdd6306fa7489f5609395720d950674afee1038cfbfad94c4619f80d668c25f5276c5374565f')
|
'7c0be88ae0e4dda4e8e100a62bf9b65d5516d24923afb083de00dc692f8b151e0f40844cf7082cc568f3686cb0b06d2aa260eb53942ef2db7ddf4cfaad708d02')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir -p "${srcdir}/go"
|
mkdir -p "${srcdir}/go"
|
||||||
|
|
|
@ -21,7 +21,7 @@ honnef.co/go/tools/cmd/staticcheck@latest
|
||||||
# GoProxy: github.com/davidrjenni/reftools v0.0.0-20240211192525-f5f96ef18854
|
# GoProxy: github.com/davidrjenni/reftools v0.0.0-20240211192525-f5f96ef18854
|
||||||
# GoProxy: github.com/fatih/gomodifytags v1.17.0
|
# GoProxy: github.com/fatih/gomodifytags v1.17.0
|
||||||
# GoProxy: github.com/fatih/motion v1.2.0
|
# GoProxy: github.com/fatih/motion v1.2.0
|
||||||
# GoProxy: github.com/go-delve/delve v1.23.1
|
# GoProxy: github.com/go-delve/delve v1.24.0
|
||||||
# GoProxy: github.com/golangci/golangci-lint v1.62.2
|
# GoProxy: github.com/golangci/golangci-lint v1.62.2
|
||||||
# GoProxy: github.com/josharian/impl v1.4.0
|
# GoProxy: github.com/josharian/impl v1.4.0
|
||||||
# GoProxy: github.com/jstemmer/gotags v1.4.1
|
# GoProxy: github.com/jstemmer/gotags v1.4.1
|
||||||
|
|
Loading…
Reference in a new issue