updpkg: golangci-lint 1.32.2-1

This commit is contained in:
ml 2020-11-03 04:47:03 +01:00
parent b466b29a0f
commit d3fa975847
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.32.1
pkgver = 1.32.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.32.1/golangci-lint-1.32.1.tar.gz
sha256sums = 14593ac6ce9d875ec674fc4ae588da08ab39356058d21e9c8b39bcda34ec4bfa
source = https://github.com/golangci/golangci-lint/archive/v1.32.2/golangci-lint-1.32.2.tar.gz
sha256sums = ff0e52ec28b5cf1dbc632db301c89dcf4352dd7376d0cc82e36571c609a0b339
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.32.1
pkgver=1.32.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=('14593ac6ce9d875ec674fc4ae588da08ab39356058d21e9c8b39bcda34ec4bfa')
sha256sums=('ff0e52ec28b5cf1dbc632db301c89dcf4352dd7376d0cc82e36571c609a0b339')
prepare() {
cd "${pkgname}-${pkgver}"