Update tools 2024.09.06
This commit is contained in:
parent
b4b92034a2
commit
a9790339dd
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 = e2afde5a947204edc6614053264aefa6cea5389d296644f84650318ce80d1caefd8bd3d9ca3e23396952c57ddef7cae705e2521a0d8d95104793f79c9163f169
|
sha512sums = 997d21735e0a7d772537e37c69ca12e5aad0f6f391543c19b8af6341d7929b0d2fbeecc23128040bd89f636fc006d83a5eb9a17f33591d8f81d5dc43e25ee3af
|
||||||
|
|
||||||
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'
|
||||||
'e2afde5a947204edc6614053264aefa6cea5389d296644f84650318ce80d1caefd8bd3d9ca3e23396952c57ddef7cae705e2521a0d8d95104793f79c9163f169')
|
'997d21735e0a7d772537e37c69ca12e5aad0f6f391543c19b8af6341d7929b0d2fbeecc23128040bd89f636fc006d83a5eb9a17f33591d8f81d5dc43e25ee3af')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir -p "${srcdir}/go"
|
mkdir -p "${srcdir}/go"
|
||||||
|
|
|
@ -17,7 +17,7 @@ golang.org/x/tools/gopls@latest
|
||||||
honnef.co/go/tools/cmd/staticcheck@latest
|
honnef.co/go/tools/cmd/staticcheck@latest
|
||||||
|
|
||||||
### Version checking for package rebuilds
|
### Version checking for package rebuilds
|
||||||
# Archlinux: go v1.23.0-1
|
# Archlinux: go v1.23.1-1
|
||||||
# GoProxy: github.com/davidrjenni/reftools v0.0.0-20240211192525-f5f96ef18854
|
# GoProxy: github.com/davidrjenni/reftools v0.0.0-20240211192525-f5f96ef18854
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in a new issue