aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander I.Grafov <grafov@inet.name>2024-03-17 22:26:15 +0000
committercinerea0 <49368915+cinerea0@users.noreply.github.com>2024-04-11 18:46:48 +0000
commitaec124066759cbf780e29571f2d281d0354c9f94 (patch)
tree37e7b9e12eb7c873a52f9ccaee05e52481b96743
parentac8a2306c3d8b6e15d582e895751cc24b306b79b (diff)
downloadvoid-packages-aec124066759cbf780e29571f2d281d0354c9f94.tar
void-packages-aec124066759cbf780e29571f2d281d0354c9f94.tar.gz
void-packages-aec124066759cbf780e29571f2d281d0354c9f94.tar.bz2
void-packages-aec124066759cbf780e29571f2d281d0354c9f94.tar.lz
void-packages-aec124066759cbf780e29571f2d281d0354c9f94.tar.xz
void-packages-aec124066759cbf780e29571f2d281d0354c9f94.tar.zst
void-packages-aec124066759cbf780e29571f2d281d0354c9f94.zip
golangci-lint: update to 1.57.2
-rw-r--r--srcpkgs/golangci-lint/template6
1 files changed, 3 insertions, 3 deletions
diff --git a/srcpkgs/golangci-lint/template b/srcpkgs/golangci-lint/template
index 82737682337..ca511903685 100644
--- a/srcpkgs/golangci-lint/template
+++ b/srcpkgs/golangci-lint/template
@@ -1,7 +1,7 @@
# Template file for 'golangci-lint'
pkgname=golangci-lint
-version=1.53.3
-revision=2
+version=1.57.2
+revision=1
build_style=go
go_import_path="github.com/golangci/golangci-lint"
go_package="./cmd/golangci-lint"
@@ -12,7 +12,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=a11540d116fa6b015423afc1bfe57c4b22ec3c3165189442cdb7ff8fda729370
+checksum=965e91f54c8fcdccea30630c175299322088804110319282fc87a629bcb02b08
# fix: collect2: fatal error: cannot find 'ld'
export LDFLAGS="-fuse-ld=bfd"