updpkg: golangci-lint 1.33.0-1

This commit is contained in:
ml
2020-11-23 22:59:41 +01:00
parent d3fa975847
commit 9b48de4ac3
2 changed files with 5 additions and 5 deletions

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.2
pkgver=1.33.0
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=('ff0e52ec28b5cf1dbc632db301c89dcf4352dd7376d0cc82e36571c609a0b339')
sha256sums=('ae828754b1f9b0cee11cc81f0720f187831bc61d7b7cbb6e80421ff2d5b74631')
prepare() {
cd "${pkgname}-${pkgver}"