Update tools 2024.11.15
This commit is contained in:
parent
51295c6047
commit
e5b55f0c1f
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 = ac071056a39f05ef1c9e70d7dcb6837b41a724a0b6f59cb401fb40d12fbc11cf37fdfb62a819728c7386b6ca2d2845f60d901a263581ca0e0bbe0694dad4d2f5
|
||||
sha512sums = 47212f90215e9dc70f01087f8d45de08ca1126cc6ccf0931d7a7b3a618368c43c84b3041563d662e09f9c4c94d41d2b27a906e42385ebe13fa0503f4689451aa
|
||||
|
||||
pkgname = vim-go-tools
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -10,7 +10,7 @@ license=(other)
|
|||
makedepends=('go')
|
||||
source=("build.sh" "tools.txt")
|
||||
sha512sums=('5bf0f12f0836084a9a76a970cc605375b9cabead2450fd5ab2753c3604b3061568c2851e090516846c6920bd2dfd3843ff69453b6cc0a0faf72e3af348c40475'
|
||||
'ac071056a39f05ef1c9e70d7dcb6837b41a724a0b6f59cb401fb40d12fbc11cf37fdfb62a819728c7386b6ca2d2845f60d901a263581ca0e0bbe0694dad4d2f5')
|
||||
'47212f90215e9dc70f01087f8d45de08ca1126cc6ccf0931d7a7b3a618368c43c84b3041563d662e09f9c4c94d41d2b27a906e42385ebe13fa0503f4689451aa')
|
||||
|
||||
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.23.2-1
|
||||
# Archlinux: go v1.23.3-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