updpkg: golangci-lint 1.35.2-1

This commit is contained in:
ml 2021-01-11 13:40:45 +01:00
parent 0a3fbf1406
commit 05c9741536
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.35.0
pkgver = 1.35.2
pkgrel = 1
url = https://github.com/golangci/golangci-lint
arch = x86_64
@ -12,8 +12,8 @@ pkgbase = golangci-lint
makedepends = git
makedepends = go
depends = glibc
source = https://github.com/golangci/golangci-lint/archive/v1.35.0/golangci-lint-1.35.0.tar.gz
sha256sums = 71739de1aa88defc6f08c7e5118705069fee51f4fcf303cb9b7a39215ef0c56d
source = https://github.com/golangci/golangci-lint/archive/v1.35.2/golangci-lint-1.35.2.tar.gz
sha256sums = 31f245cb78a4f79d666a9357d5ea1f6ce30e15ea37d5c10c3ffb6765a158dc9d
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.35.0
pkgver=1.35.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=('71739de1aa88defc6f08c7e5118705069fee51f4fcf303cb9b7a39215ef0c56d')
sha256sums=('31f245cb78a4f79d666a9357d5ea1f6ce30e15ea37d5c10c3ffb6765a158dc9d')
build() {
local _commit _flags