Update tools 2024.09.05
This commit is contained in:
parent
3ba93d1ea1
commit
b4b92034a2
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 = 99eebf53d7fddd63d23e25f629cf2927d55300a597729f5a42556889626752d373f44c98f7778620202d8f38301ca4ea738b718761d79e273875008d3e98ebd0
|
sha512sums = e2afde5a947204edc6614053264aefa6cea5389d296644f84650318ce80d1caefd8bd3d9ca3e23396952c57ddef7cae705e2521a0d8d95104793f79c9163f169
|
||||||
|
|
||||||
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'
|
||||||
'99eebf53d7fddd63d23e25f629cf2927d55300a597729f5a42556889626752d373f44c98f7778620202d8f38301ca4ea738b718761d79e273875008d3e98ebd0')
|
'e2afde5a947204edc6614053264aefa6cea5389d296644f84650318ce80d1caefd8bd3d9ca3e23396952c57ddef7cae705e2521a0d8d95104793f79c9163f169')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir -p "${srcdir}/go"
|
mkdir -p "${srcdir}/go"
|
||||||
|
|
|
@ -32,5 +32,5 @@ honnef.co/go/tools/cmd/staticcheck@latest
|
||||||
# GoProxy: github.com/rogpeppe/godef v1.1.2
|
# GoProxy: github.com/rogpeppe/godef v1.1.2
|
||||||
# GoProxy: golang.org/x/tools v0.24.0
|
# GoProxy: golang.org/x/tools v0.24.0
|
||||||
# GoProxy: golang.org/x/tools v0.24.0
|
# GoProxy: golang.org/x/tools v0.24.0
|
||||||
# GoProxy: golang.org/x/tools/gopls v0.16.1
|
# GoProxy: golang.org/x/tools/gopls v0.16.2
|
||||||
# GoProxy: honnef.co/go/tools v0.5.1
|
# GoProxy: honnef.co/go/tools v0.5.1
|
||||||
|
|
Loading…
Reference in a new issue