Skip to content
Merged
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.12.2
version=2.13.2
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=568cfb0ad40832177826608003065a976254415509dd8b4e3ba19ee586388b94
checksum=a79a7a1faad9c1538e3f7f8b32843a53bbeedfa9ead45d9e8ca3bb210d55ece0
_completions="bash zsh fish"

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