Update tools 2024.04.03
This commit is contained in:
parent
c25b804a83
commit
2c5b0626ba
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 = 66d2fd824c11a056fa048418243fb5ee3bef3ad18532a7fad5d180228bc1edece8bf5e6e7365e8a17b544e8a4325125bc68f6d5d2688b441bc8d0925886eb25f
|
||||
sha512sums = 350086527687f72949982327812263c0de468f9e0b7c0a8f45cd14ac72d3f41e482d7aaa8797edd380c2e1520acf62d0021be506ee10f0287df1f83da8d52867
|
||||
|
||||
pkgname = vim-go-tools
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -10,7 +10,7 @@ license=(other)
|
|||
makedepends=('go')
|
||||
source=("build.sh" "tools.txt")
|
||||
sha512sums=('5bf0f12f0836084a9a76a970cc605375b9cabead2450fd5ab2753c3604b3061568c2851e090516846c6920bd2dfd3843ff69453b6cc0a0faf72e3af348c40475'
|
||||
'66d2fd824c11a056fa048418243fb5ee3bef3ad18532a7fad5d180228bc1edece8bf5e6e7365e8a17b544e8a4325125bc68f6d5d2688b441bc8d0925886eb25f')
|
||||
'350086527687f72949982327812263c0de468f9e0b7c0a8f45cd14ac72d3f41e482d7aaa8797edd380c2e1520acf62d0021be506ee10f0287df1f83da8d52867')
|
||||
|
||||
build() {
|
||||
mkdir -p "${srcdir}/go"
|
||||
|
|
|
@ -18,7 +18,7 @@ honnef.co/go/tools/cmd/keyify@master
|
|||
honnef.co/go/tools/cmd/staticcheck@latest
|
||||
|
||||
### Version checking for package rebuilds
|
||||
# Archlinux: go v1.22.1-1
|
||||
# Archlinux: go v1.22.2-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