golangci-lint: update to 1.46.2.

This commit is contained in:
Daniel Lewan 2022-06-22 19:12:50 +02:00 committed by classabbyamp
parent d0f69ee028
commit ccde55db1e

View file

@ -1,6 +1,6 @@
# Template file for 'golangci-lint'
pkgname=golangci-lint
version=1.43.0
version=1.46.2
revision=1
build_style=go
go_import_path=github.com/golangci/golangci-lint/cmd/golangci-lint
@ -11,7 +11,7 @@ license="GPL-3.0-only"
homepage="https://github.com/golangci/golangci-lint"
changelog="https://raw.githubusercontent.com/golangci/golangci-lint/master/CHANGELOG.md"
distfiles="https://github.com/golangci/golangci-lint/archive/v${version}.tar.gz"
checksum=1fea2ae146e9578931ade7dfd4a0ae3335079dd49bbb396c1fef2333a6524632
checksum=2f4b6592161565fdd0ee5fea7719dbd6ef593f7ad0e1975fd82e4fb745d487a8
# fix: collect2: fatal error: cannot find 'ld'
export LDFLAGS="-fuse-ld=bfd"