golangci-lint: update to 1.35.2
This commit is contained in:
parent
fb6d4af504
commit
0a955b97a6
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'golangci-lint'
|
||||
pkgname=golangci-lint
|
||||
version=1.35.0
|
||||
version=1.35.2
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/golangci/golangci-lint/cmd/golangci-lint
|
||||
|
@ -10,7 +10,10 @@ maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
|||
license="GPL-3.0-only"
|
||||
homepage="https://github.com/golangci/golangci-lint"
|
||||
distfiles="https://github.com/golangci/golangci-lint/archive/v${version}.tar.gz"
|
||||
checksum=71739de1aa88defc6f08c7e5118705069fee51f4fcf303cb9b7a39215ef0c56d
|
||||
checksum=31f245cb78a4f79d666a9357d5ea1f6ce30e15ea37d5c10c3ffb6765a158dc9d
|
||||
|
||||
# fix: collect2: fatal error: cannot find 'ld'
|
||||
export LDFLAGS="-fuse-ld=bfd"
|
||||
|
||||
post_install() {
|
||||
vdoc README.md
|
||||
|
|
Loading…
Reference in a new issue