Update tools 2024.01.09
This commit is contained in:
parent
05005e3e5e
commit
c4c7b44f30
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 = 3431572f25a1c965d18864a55e5d497303981dac5727ac9dee6ab1c5c9498ec223a7d686780c355928fe5a6ddc47ddedf864e9afaeb2b01c58b45593ea96a8f5
|
||||
sha512sums = 942eb3443c480e73d8ebb8d955e78e611b0f5e2e5e9dcf104cff47c4812bc57b637101a0786b492681469faa0da7cdd78183dbd789b05177b33e76b790fbeaef
|
||||
|
||||
pkgname = vim-go-tools
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -10,7 +10,7 @@ license=(other)
|
|||
makedepends=('go')
|
||||
source=("build.sh" "tools.txt")
|
||||
sha512sums=('5bf0f12f0836084a9a76a970cc605375b9cabead2450fd5ab2753c3604b3061568c2851e090516846c6920bd2dfd3843ff69453b6cc0a0faf72e3af348c40475'
|
||||
'3431572f25a1c965d18864a55e5d497303981dac5727ac9dee6ab1c5c9498ec223a7d686780c355928fe5a6ddc47ddedf864e9afaeb2b01c58b45593ea96a8f5')
|
||||
'942eb3443c480e73d8ebb8d955e78e611b0f5e2e5e9dcf104cff47c4812bc57b637101a0786b492681469faa0da7cdd78183dbd789b05177b33e76b790fbeaef')
|
||||
|
||||
build() {
|
||||
mkdir -p "${srcdir}/go"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# go v1.21.5-1
|
||||
# go v1.21.6-1
|
||||
github.com/davidrjenni/reftools/cmd/fillstruct@master
|
||||
github.com/fatih/gomodifytags@latest
|
||||
github.com/fatih/motion@latest
|
||||
|
|
Loading…
Reference in a new issue