summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorml2020-09-08 12:47:27 +0200
committerml2020-09-08 12:47:27 +0200
commit3fab64c95bb2e1cf582cb65074524d7fb6a4a1f1 (patch)
tree130fe7052dabba07f884d491eb992aa56e1aad19
parent65cd1026034a2315175f5a0ce8ee1a92a10c1594 (diff)
downloadaur-3fab64c95bb2e1cf582cb65074524d7fb6a4a1f1.tar.gz
updpkg: golangci-lint 1.31.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0cdbb406fd3..4a855478c7fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = golangci-lint
pkgdesc = Linters Runner for Go. 5x faster than gometalinter.
- pkgver = 1.30.0
+ pkgver = 1.31.0
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.30.0/golangci-lint-1.30.0.tar.gz
- sha256sums = a3046a4e926e91eb7fbda4723feafd72f00ded6395e1277a3fea6e36753ca4ae
+ source = https://github.com/golangci/golangci-lint/archive/v1.31.0/golangci-lint-1.31.0.tar.gz
+ sha256sums = 9a974bb5826389c2966b406b5e9f82e5b56373523d0a3f5c65f305c5d7be739c
pkgname = golangci-lint
diff --git a/PKGBUILD b/PKGBUILD
index 3770aa89697e..9f0a518f89ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ml <ml@visu.li>
pkgname=golangci-lint
pkgdesc="Linters Runner for Go. 5x faster than gometalinter."
-pkgver=1.30.0
+pkgver=1.31.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=('a3046a4e926e91eb7fbda4723feafd72f00ded6395e1277a3fea6e36753ca4ae')
+sha256sums=('9a974bb5826389c2966b406b5e9f82e5b56373523d0a3f5c65f305c5d7be739c')
prepare() {
cd "${pkgname}-${pkgver}"