Update tools 2024.07.03
This commit is contained in:
parent
1d92b0456a
commit
7608194dac
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 = tools.txt
|
||||
sha512sums = 5bf0f12f0836084a9a76a970cc605375b9cabead2450fd5ab2753c3604b3061568c2851e090516846c6920bd2dfd3843ff69453b6cc0a0faf72e3af348c40475
|
||||
sha512sums = 5481212c9407a638534fe1346ae30e57cd2d9de659a556fd6d13080476f85c7bbd4371d8ddebfd6d827baaf808cf1c9b9d338cd605d3f1f4b69ddab99fec61d4
|
||||
sha512sums = e87fd371f4ecba660c9f4049fba3b9fa56689043e401aa81833382111928108a7dd97ca2cfa2f41f372901c8bfbdae4c9431cb974110a385fa04ad3263e63ec9
|
||||
|
||||
pkgname = vim-go-tools
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -10,7 +10,7 @@ license=(other)
|
|||
makedepends=('go')
|
||||
source=("build.sh" "tools.txt")
|
||||
sha512sums=('5bf0f12f0836084a9a76a970cc605375b9cabead2450fd5ab2753c3604b3061568c2851e090516846c6920bd2dfd3843ff69453b6cc0a0faf72e3af348c40475'
|
||||
'5481212c9407a638534fe1346ae30e57cd2d9de659a556fd6d13080476f85c7bbd4371d8ddebfd6d827baaf808cf1c9b9d338cd605d3f1f4b69ddab99fec61d4')
|
||||
'e87fd371f4ecba660c9f4049fba3b9fa56689043e401aa81833382111928108a7dd97ca2cfa2f41f372901c8bfbdae4c9431cb974110a385fa04ad3263e63ec9')
|
||||
|
||||
build() {
|
||||
mkdir -p "${srcdir}/go"
|
||||
|
|
|
@ -17,7 +17,7 @@ golang.org/x/tools/gopls@latest
|
|||
honnef.co/go/tools/cmd/staticcheck@latest
|
||||
|
||||
### Version checking for package rebuilds
|
||||
# Archlinux: go v1.22.4-1
|
||||
# Archlinux: go v1.22.5-1
|
||||
# GoProxy: github.com/davidrjenni/reftools v0.0.0-20240211192525-f5f96ef18854
|
||||
# GoProxy: github.com/fatih/gomodifytags v1.16.0
|
||||
# GoProxy: github.com/fatih/motion v1.2.0
|
||||
|
|
Loading…
Reference in a new issue