Update tools 2024.08.07
This commit is contained in:
parent
ac2e3f46e9
commit
b50954dfbd
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 = 514233e9299dac4036eec49f90ef149cdc7743ecc8d6a177d8ea57fc53f21d276fd688f3ed54edda0f37ad0a0c6d8148a168a59fe02a14b8b663ce5117df1c53
|
||||
sha512sums = a0c36255d725cae6f38b986ef33fdc8c120afd4477268af1b9c0a6a61d641d05a46fad3ce264440c4cdd6cf2d70da6737adda1387167522f6dfe8aba77c6776f
|
||||
|
||||
pkgname = vim-go-tools
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -10,7 +10,7 @@ license=(other)
|
|||
makedepends=('go')
|
||||
source=("build.sh" "tools.txt")
|
||||
sha512sums=('5bf0f12f0836084a9a76a970cc605375b9cabead2450fd5ab2753c3604b3061568c2851e090516846c6920bd2dfd3843ff69453b6cc0a0faf72e3af348c40475'
|
||||
'514233e9299dac4036eec49f90ef149cdc7743ecc8d6a177d8ea57fc53f21d276fd688f3ed54edda0f37ad0a0c6d8148a168a59fe02a14b8b663ce5117df1c53')
|
||||
'a0c36255d725cae6f38b986ef33fdc8c120afd4477268af1b9c0a6a61d641d05a46fad3ce264440c4cdd6cf2d70da6737adda1387167522f6dfe8aba77c6776f')
|
||||
|
||||
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.5-1
|
||||
# Archlinux: go v1.22.6-1
|
||||
# GoProxy: github.com/davidrjenni/reftools v0.0.0-20240211192525-f5f96ef18854
|
||||
# GoProxy: github.com/fatih/gomodifytags v1.17.0
|
||||
# GoProxy: github.com/fatih/motion v1.2.0
|
||||
|
|
Loading…
Reference in a new issue