Update tools 2025.01.02
This commit is contained in:
parent
584309960c
commit
c574cc384b
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 = 0b8a473724a8c52719e3a40bbdee964c2d97e263459c7074d3e1570f3584b50019ad8fa6569e69a24775695a0c49e421eaa9cff253b621750b34bf7bcfa71208
|
sha512sums = ab1152f599aa1fc6cd7a92c00b931a082bb8d599d035974aaaf7029f3a8832fabeffea6eb6dc5d36867b11489823a54e9d171546101735645cb7c96e6a3433d9
|
||||||
|
|
||||||
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'
|
||||||
'0b8a473724a8c52719e3a40bbdee964c2d97e263459c7074d3e1570f3584b50019ad8fa6569e69a24775695a0c49e421eaa9cff253b621750b34bf7bcfa71208')
|
'ab1152f599aa1fc6cd7a92c00b931a082bb8d599d035974aaaf7029f3a8832fabeffea6eb6dc5d36867b11489823a54e9d171546101735645cb7c96e6a3433d9')
|
||||||
|
|
||||||
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.2
|
# GoProxy: github.com/golangci/golangci-lint v1.63.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.8.0
|
# GoProxy: github.com/kisielk/errcheck v1.8.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue