updpkg: golangci-lint 1.41.1-1

This commit is contained in:
ml 2021-06-19 20:32:05 +02:00
parent 683a76b639
commit ec0d9de3ca
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.41.0
pkgver = 1.41.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.41.0/golangci-lint-1.41.0.tar.gz
sha256sums = 2ed95db812945d277752e1b6aa967d55e02bc0fbbd1bb9f05bdea90c7ebd8413
source = https://github.com/golangci/golangci-lint/archive/v1.41.1/golangci-lint-1.41.1.tar.gz
sha256sums = 0a9138c5e5ab0916990e573d5669fd4500c73a9e6613f5f91d097a11956e88bb
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.41.0
pkgver=1.41.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=('2ed95db812945d277752e1b6aa967d55e02bc0fbbd1bb9f05bdea90c7ebd8413')
sha256sums=('0a9138c5e5ab0916990e573d5669fd4500c73a9e6613f5f91d097a11956e88bb')
build() {
local _commit _flags