From 7c2d467dafd8a3c8c7d28db61d97c704f9537d1b Mon Sep 17 00:00:00 2001 From: "Alexander I.Grafov" Date: Tue, 27 Aug 2024 12:19:11 +0300 Subject: [PATCH] golangci-lint: update to 1.60.3 --- srcpkgs/golangci-lint/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/golangci-lint/template b/srcpkgs/golangci-lint/template index b5cd3c52279..53f7fe0a7fd 100644 --- a/srcpkgs/golangci-lint/template +++ b/srcpkgs/golangci-lint/template @@ -1,6 +1,6 @@ # Template file for 'golangci-lint' pkgname=golangci-lint -version=1.60.2 +version=1.60.3 revision=1 build_style=go go_import_path="github.com/golangci/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=3c9b7e9edce898eee20077b4b60c2807783dfbe96038d0470f6f4ceaae889568 +checksum=038510ae3d094ef1553ee9d4a29a5514b46c83fe68b86279a33d4f284c0a71b2 # fix: collect2: fatal error: cannot find 'ld' export LDFLAGS="-fuse-ld=bfd"