upgpkg: golangci-lint 1.51.0-1

upstream release
This commit is contained in:
Matthias Lisin 2023-02-02 14:33:05 +01:00
parent 1d1057b43d
commit 669f207218
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = golangci-lint
pkgdesc = Linters Runner for Go. 5x faster than gometalinter.
pkgver = 1.50.1
pkgver = 1.51.0
pkgrel = 1
url = https://github.com/golangci/golangci-lint
arch = x86_64
@ -12,7 +12,7 @@ pkgbase = golangci-lint
makedepends = git
makedepends = go
depends = glibc
source = https://github.com/golangci/golangci-lint/archive/v1.50.1/golangci-lint-1.50.1.tar.gz
sha256sums = 42f192606b01d39cf1dcca34ea464e12ade770649b36e31d49c233a8caa9df10
source = https://github.com/golangci/golangci-lint/archive/v1.51.0/golangci-lint-1.51.0.tar.gz
sha256sums = f6dbac11a101398b78556dccf98f7e15c90c010c5ac23f2ecd9732e10dd89185
pkgname = golangci-lint

View File

@ -1,7 +1,7 @@
# Maintainer: ml <ml@visu.li>
pkgname=golangci-lint
pkgdesc='Linters Runner for Go. 5x faster than gometalinter.'
pkgver=1.50.1
pkgver=1.51.0
pkgrel=1
arch=('x86_64' 'i686' 'aarch64' 'armv7h' 'armv6h')
url='https://github.com/golangci/golangci-lint'
@ -9,7 +9,7 @@ license=('GPL3')
depends=('glibc')
makedepends=('git' 'go')
source=("https://github.com/golangci/golangci-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('42f192606b01d39cf1dcca34ea464e12ade770649b36e31d49c233a8caa9df10')
sha256sums=('f6dbac11a101398b78556dccf98f7e15c90c010c5ac23f2ecd9732e10dd89185')
build() {
local _commit _flags