Update tools 2024.05.08
This commit is contained in:
parent
514927ee18
commit
7cb5364995
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 = 7a27da0acd8299c1bed3ec7e350824400d2179470680b48fc0c7611a84b1bad26ae7f54f200bb070008c1e4b008b71add7728ddac35aab65ac3671110e3fb75d
|
sha512sums = ec6441942762f57a7debc025e4b8885e976c6f147802861856623e66f1832e1e486d5f2f5f131b6a095a2f66351927f67dfc02f8497d609954e7707c8f11e67b
|
||||||
|
|
||||||
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'
|
||||||
'7a27da0acd8299c1bed3ec7e350824400d2179470680b48fc0c7611a84b1bad26ae7f54f200bb070008c1e4b008b71add7728ddac35aab65ac3671110e3fb75d')
|
'ec6441942762f57a7debc025e4b8885e976c6f147802861856623e66f1832e1e486d5f2f5f131b6a095a2f66351927f67dfc02f8497d609954e7707c8f11e67b')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir -p "${srcdir}/go"
|
mkdir -p "${srcdir}/go"
|
||||||
|
|
|
@ -23,7 +23,7 @@ honnef.co/go/tools/cmd/staticcheck@latest
|
||||||
# GoProxy: github.com/fatih/gomodifytags v1.16.0
|
# GoProxy: github.com/fatih/gomodifytags v1.16.0
|
||||||
# GoProxy: github.com/fatih/motion v1.2.0
|
# GoProxy: github.com/fatih/motion v1.2.0
|
||||||
# GoProxy: github.com/go-delve/delve v1.22.1
|
# GoProxy: github.com/go-delve/delve v1.22.1
|
||||||
# GoProxy: github.com/golangci/golangci-lint v1.58.0
|
# GoProxy: github.com/golangci/golangci-lint v1.58.1
|
||||||
# GoProxy: github.com/josharian/impl v1.3.0
|
# GoProxy: github.com/josharian/impl v1.3.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