upgpkg: golangci-lint 1.47.1-1

upstream release
This commit is contained in:
Matthias Lisin 2022-07-20 00:16:55 +02:00
parent c3f58c06c1
commit 20bf301548
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
pkgbase = golangci-lint
pkgdesc = Linters Runner for Go. 5x faster than gometalinter.
pkgver = 1.47.0
pkgrel = 2
pkgver = 1.47.1
pkgrel = 1
url = https://github.com/golangci/golangci-lint
arch = x86_64
arch = i686
@ -12,7 +12,7 @@ pkgbase = golangci-lint
makedepends = git
makedepends = go
depends = glibc
source = https://github.com/golangci/golangci-lint/archive/v1.47.0/golangci-lint-1.47.0.tar.gz
sha256sums = a7d2198981f2e2a5df9d9acdc9af85baea5b457ce2cbcbfdcfccf8ed5c90f565
source = https://github.com/golangci/golangci-lint/archive/v1.47.1/golangci-lint-1.47.1.tar.gz
sha256sums = d05181b814407666548f208124b6c44e8e7f0135af18bfe39f80e9aae2dc6152
pkgname = golangci-lint

View File

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