upgpkg: golangci-lint 1.51.2-1

upstream release
This commit is contained in:
ml 2023-02-22 23:36:13 +01:00
parent 7b7a9011aa
commit 6f0f27c74b
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.51.1
pkgver = 1.51.2
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.51.1/golangci-lint-1.51.1.tar.gz
sha256sums = a5aafcca574295ad8a47a86cab4f8a90fee57bffc0531b1744ead8d4b78fbb30
source = https://github.com/golangci/golangci-lint/archive/v1.51.2/golangci-lint-1.51.2.tar.gz
sha256sums = 7e5bc05ad3739cec5a8b4e947a02d540c657a06039175c8822e1000f6bf606bd
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.51.1
pkgver=1.51.2
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=('a5aafcca574295ad8a47a86cab4f8a90fee57bffc0531b1744ead8d4b78fbb30')
sha256sums=('7e5bc05ad3739cec5a8b4e947a02d540c657a06039175c8822e1000f6bf606bd')
build() {
local _commit _flags