Update tools 2024.08.22
This commit is contained in:
parent
42506b9034
commit
3ba93d1ea1
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 = e4d20425a4aa4abb93a2f3f1cf5bcf46d7002b4923a8a64c83a1778db6d05099cabf5276ca2feba6d30c727147cdd42bf4ba47a4b56013c1ddfdfaad373f36fe
|
sha512sums = 99eebf53d7fddd63d23e25f629cf2927d55300a597729f5a42556889626752d373f44c98f7778620202d8f38301ca4ea738b718761d79e273875008d3e98ebd0
|
||||||
|
|
||||||
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'
|
||||||
'e4d20425a4aa4abb93a2f3f1cf5bcf46d7002b4923a8a64c83a1778db6d05099cabf5276ca2feba6d30c727147cdd42bf4ba47a4b56013c1ddfdfaad373f36fe')
|
'99eebf53d7fddd63d23e25f629cf2927d55300a597729f5a42556889626752d373f44c98f7778620202d8f38301ca4ea738b718761d79e273875008d3e98ebd0')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir -p "${srcdir}/go"
|
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/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.0
|
# GoProxy: github.com/go-delve/delve v1.23.0
|
||||||
# GoProxy: github.com/golangci/golangci-lint v1.60.2
|
# GoProxy: github.com/golangci/golangci-lint v1.60.3
|
||||||
# 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
|
||||||
# GoProxy: github.com/kisielk/errcheck v1.7.0
|
# GoProxy: github.com/kisielk/errcheck v1.7.0
|
||||||
|
|
Loading…
Reference in a new issue