Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / golangci-lint
Commits: 2c17047f by Carl Smedstad at 2025-09-22T11:19:03+02:00 upgpkg: 2.5.0-1: Upstream release https://github.com/golangci/golangci-lint/releases/tag/v2.5.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = golangci-lint pkgdesc = Fast linters runner for Go - pkgver = 2.4.0 - pkgrel = 4 + pkgver = 2.5.0 + pkgrel = 1 url = https://github.com/golangci/golangci-lint arch = x86_64 license = GPL-3.0-only @@ -9,7 +9,7 @@ pkgbase = golangci-lint makedepends = go depends = glibc options = !lto - source = git+https://github.com/golangci/golangci-lint.git#tag=v2.4.0 - sha256sums = 73a5391d520728b7824fd20d25c4848a08c60d8da582ffb43483ba19907bc7c2 + source = git+https://github.com/golangci/golangci-lint.git#tag=v2.5.0 + sha256sums = bea5ee08b9518ecfdbd5948806095da0a086f7e141fc759cebf2ead09ebdabf1 pkgname = golangci-lint ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=golangci-lint -pkgver=2.4.0 -pkgrel=4 +pkgver=2.5.0 +pkgrel=1 pkgdesc="Fast linters runner for Go" arch=(x86_64) url="https://github.com/golangci/golangci-lint" @@ -14,7 +14,7 @@ makedepends=( ) options=(!lto) source=("git+$url.git#tag=v$pkgver") -sha256sums=('73a5391d520728b7824fd20d25c4848a08c60d8da582ffb43483ba19907bc7c2') +sha256sums=('bea5ee08b9518ecfdbd5948806095da0a086f7e141fc759cebf2ead09ebdabf1') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/golangci-lint/-/commit/2c17047f6e2857b163774bb5e06488a4a1c37092 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/golangci-lint/-/commit/2c17047f6e2857b163774bb5e06488a4a1c37092 You're receiving this email because of your account on gitlab.archlinux.org.
