mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
golangci-lint: update to 1.23.1
This commit is contained in:
parent
6755089683
commit
1cb47f5999
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'golangci-lint'
|
# Template file for 'golangci-lint'
|
||||||
pkgname=golangci-lint
|
pkgname=golangci-lint
|
||||||
version=1.22.2
|
version=1.23.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/golangci/golangci-lint/cmd/golangci-lint
|
go_import_path=github.com/golangci/golangci-lint/cmd/golangci-lint
|
||||||
|
@ -9,7 +9,10 @@ maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://github.com/golangci/golangci-lint"
|
homepage="https://github.com/golangci/golangci-lint"
|
||||||
distfiles="https://github.com/golangci/golangci-lint/archive/v${version}.tar.gz"
|
distfiles="https://github.com/golangci/golangci-lint/archive/v${version}.tar.gz"
|
||||||
checksum=59d4a025e58840fd83ac811d5d24c4cabefd61195b2b6fb5f5e9a5c8102de2f9
|
checksum=88288446eec89d41cff854b9f6712581b52af03c97327d6218bb9125f3267134
|
||||||
|
|
||||||
|
# Cross builds fail with -fuse-ld=gold
|
||||||
|
LDFLAGS="-fuse-ld=bfd"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue