Update tools 2023.08.09
This commit is contained in:
parent
8b2d443f14
commit
f4cdbbe0b3
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 = f768418738436488e3cd76d438c1eb4f3f0d831cb2e5817096f32887520dd5765303500a4e39e6dbe8fa57255a012bd67e8f40e26ec974d61dd7ab5980012adc
|
sha512sums = 287e4abeb84cff4b5a38d7b4e01be5b39f581f3d47e03fa4b746cc8126f07dc6d3ea73ecc3e668e06eab800d020bd52fa4039b84087d0316401a0ec066da8efd
|
||||||
|
|
||||||
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'
|
||||||
'f768418738436488e3cd76d438c1eb4f3f0d831cb2e5817096f32887520dd5765303500a4e39e6dbe8fa57255a012bd67e8f40e26ec974d61dd7ab5980012adc')
|
'287e4abeb84cff4b5a38d7b4e01be5b39f581f3d47e03fa4b746cc8126f07dc6d3ea73ecc3e668e06eab800d020bd52fa4039b84087d0316401a0ec066da8efd')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir -p "${srcdir}/go"
|
mkdir -p "${srcdir}/go"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# go v1.20.7-1
|
# go v1.21.0-1
|
||||||
github.com/davidrjenni/reftools/cmd/fillstruct@master
|
github.com/davidrjenni/reftools/cmd/fillstruct@master
|
||||||
github.com/fatih/gomodifytags@latest
|
github.com/fatih/gomodifytags@latest
|
||||||
github.com/fatih/motion@latest
|
github.com/fatih/motion@latest
|
||||||
|
|
Loading…
Reference in a new issue