Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/golangci-lint/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'golangci-lint'
pkgname=golangci-lint
version=2.11.1
version=2.11.4
revision=1
build_style=go
build_helper=qemu
Expand All @@ -13,7 +13,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=1f8b9942f17ca00fbaa0bc8508e4bf0252e3507dbf79a89570370f84dcdd85c9
checksum=388dc80d6bd01417144c2bad2b21f58fc069f66bb91f63c111b5e826e67d240a
_completions="bash zsh fish"

if [ "$CROSS_BUILD" -a "$XBPS_TARGET_MACHINE" = "aarch64-musl" ]; then
Expand Down