upgpkg: golangci-lint 1.47.3-1

upstream release
This commit is contained in:
Matthias Lisin 2022-08-03 13:18:01 +02:00
parent 06665ddb1f
commit 2a09bf5c94
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.47.2
pkgver = 1.47.3
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.47.2/golangci-lint-1.47.2.tar.gz
sha256sums = 2b63a4874845d3f6eab65a60ed3e833f4bb1912126175173505ead861a09ee68
source = https://github.com/golangci/golangci-lint/archive/v1.47.3/golangci-lint-1.47.3.tar.gz
sha256sums = 8e76304447c641a1af1e7554454fcc77543bbb62611d5072e47da634c23cc3d4
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.47.2
pkgver=1.47.3
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=('2b63a4874845d3f6eab65a60ed3e833f4bb1912126175173505ead861a09ee68')
sha256sums=('8e76304447c641a1af1e7554454fcc77543bbb62611d5072e47da634c23cc3d4')
build() {
local _commit _flags