updpkg: golangci-lint 1.42.1-1

This commit is contained in:
ml 2021-09-06 22:07:55 +02:00
parent 29d27e77db
commit 605c1263a4
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.42.0
pkgver = 1.42.1
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.42.0/golangci-lint-1.42.0.tar.gz
sha256sums = 17894ae5f2d8d80ddf3e50827ddee35fb5066085d2e5aecd60eb0a4ab2b1582e
source = https://github.com/golangci/golangci-lint/archive/v1.42.1/golangci-lint-1.42.1.tar.gz
sha256sums = ce44ca899cddc5520ac8816defd8c4ab23beab4da00baaca138f10028729388a
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.42.0
pkgver=1.42.1
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=('17894ae5f2d8d80ddf3e50827ddee35fb5066085d2e5aecd60eb0a4ab2b1582e')
sha256sums=('ce44ca899cddc5520ac8816defd8c4ab23beab4da00baaca138f10028729388a')
build() {
local _commit _flags