Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / golangci-lint
Commits: 51d64e4f by Carl Smedstad at 2026-02-11T06:22:37+01:00 upgpkg: 2.9.0-1: Upstream release https://github.com/golangci/golangci-lint/releases/tag/v2.9.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = golangci-lint pkgdesc = Fast linters runner for Go - pkgver = 2.8.0 - pkgrel = 3 + pkgver = 2.9.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.8.0 - sha256sums = fac6a15a32ca12ba7c8838b7c3ae49231532af1d2ed536d8fc16cb45b83ed4f6 + source = git+https://github.com/golangci/golangci-lint.git#tag=v2.9.0 + sha256sums = a98a5869353d5f9640d0054adb9e78aff84e304cd62901f2ce839881ff9b7d0f pkgname = golangci-lint ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=golangci-lint -pkgver=2.8.0 -pkgrel=3 +pkgver=2.9.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=('fac6a15a32ca12ba7c8838b7c3ae49231532af1d2ed536d8fc16cb45b83ed4f6') +sha256sums=('a98a5869353d5f9640d0054adb9e78aff84e304cd62901f2ce839881ff9b7d0f') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/golangci-lint/-/commit/51d64e4fb78656c900c3d6dadc3bda678714bfaf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/golangci-lint/-/commit/51d64e4fb78656c900c3d6dadc3bda678714bfaf You're receiving this email because of your account on gitlab.archlinux.org.
