Update tools 2025.01.03
This commit is contained in:
parent
c574cc384b
commit
0f7006485c
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 = ab1152f599aa1fc6cd7a92c00b931a082bb8d599d035974aaaf7029f3a8832fabeffea6eb6dc5d36867b11489823a54e9d171546101735645cb7c96e6a3433d9
|
sha512sums = 00355737c1afedbb3a9b5cd55701da1cb8ddb0866428e05e901d353ddc81148956925760029d4c8b34bdc097724bf5c699aa8f6b0faa6bf9fe00b705fddc6077
|
||||||
|
|
||||||
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'
|
||||||
'ab1152f599aa1fc6cd7a92c00b931a082bb8d599d035974aaaf7029f3a8832fabeffea6eb6dc5d36867b11489823a54e9d171546101735645cb7c96e6a3433d9')
|
'00355737c1afedbb3a9b5cd55701da1cb8ddb0866428e05e901d353ddc81148956925760029d4c8b34bdc097724bf5c699aa8f6b0faa6bf9fe00b705fddc6077')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir -p "${srcdir}/go"
|
mkdir -p "${srcdir}/go"
|
||||||
|
|
|
@ -21,7 +21,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.24.0
|
# GoProxy: github.com/go-delve/delve v1.24.0
|
||||||
# GoProxy: github.com/golangci/golangci-lint v1.63.3
|
# GoProxy: github.com/golangci/golangci-lint v1.63.4
|
||||||
# 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.8.0
|
# GoProxy: github.com/kisielk/errcheck v1.8.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue