summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorml2021-05-12 15:25:05 +0200
committerml2021-05-12 15:25:05 +0200
commit2717320f13372f76e6cab669dc84a4d755c873a9 (patch)
treedd908bdd2027ccddd7f58fa8c49160c4e2e64d2b
parentd942d2b74d16ec92a2306ca41109a9ccf7f73b3f (diff)
downloadaur-2717320f13372f76e6cab669dc84a4d755c873a9.tar.gz
updpkg: golangci-lint 1.40.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1aa8eee32383..20a2ffe72767 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = golangci-lint
pkgdesc = Linters Runner for Go. 5x faster than gometalinter.
- pkgver = 1.39.0
+ pkgver = 1.40.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.39.0/golangci-lint-1.39.0.tar.gz
- sha256sums = c09bf0409df09abc68b185d244184574947b78e0a5f7719431d7e633be858147
+ source = https://github.com/golangci/golangci-lint/archive/v1.40.0/golangci-lint-1.40.0.tar.gz
+ sha256sums = 15454b587e6836325e9446ed2799bde39ae766aeae24efe362f661a3e85c84ec
pkgname = golangci-lint
diff --git a/PKGBUILD b/PKGBUILD
index cfad3bf77dbf..82eab99bfafc 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.39.0
+pkgver=1.40.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=('c09bf0409df09abc68b185d244184574947b78e0a5f7719431d7e633be858147')
+sha256sums=('15454b587e6836325e9446ed2799bde39ae766aeae24efe362f661a3e85c84ec')
build() {
local _commit _flags