mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
golangci-lint: update to 1.58.2
- also a new maintainer added for the package
This commit is contained in:
parent
dd3446f990
commit
4a19a052f8
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'golangci-lint'
|
||||
pkgname=golangci-lint
|
||||
version=1.57.2
|
||||
version=1.58.2
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/golangci/golangci-lint"
|
||||
go_package="./cmd/golangci-lint"
|
||||
go_ldflags="-X main.version=${version} -X main.date=${SOURCE_DATE_EPOCH} -X main.commit=v${version}"
|
||||
short_desc="Linters Runner for Go"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Alexander Grafov <grafov@inet.name>"
|
||||
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=965e91f54c8fcdccea30630c175299322088804110319282fc87a629bcb02b08
|
||||
checksum=72fb872ffd0921e2dbb8bd819e2650780f813f6edf234efbc3039ed5fd86eb52
|
||||
|
||||
# fix: collect2: fatal error: cannot find 'ld'
|
||||
export LDFLAGS="-fuse-ld=bfd"
|
||||
|
|
Loading…
Add table
Reference in a new issue