summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorml2020-04-28 17:42:02 +0200
committerml2020-04-28 17:42:02 +0200
commit946b5abf964eeaed695b8a04de1c1a1f7258d0bd (patch)
tree7cbe963483234e15784904af83476a6a2ee50aee /PKGBUILD
parent9d04284bbd2582cc4d06e6f80b54a2ca6b4824f3 (diff)
downloadaur-946b5abf964eeaed695b8a04de1c1a1f7258d0bd.tar.gz
upgpkg: golangci-lint 1.25.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b765a4952861..01709b386b5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matthias Lisin <ml@visu.li>
pkgname=golangci-lint
pkgdesc="Linters Runner for Go. 5x faster than gometalinter."
-pkgver=1.25.0
+pkgver=1.25.1
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' 'gzip')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/golangci/golangci-lint/archive/v${pkgver}.tar.gz")
-sha256sums=('5dcdef90f739b6526936cf8b3011d1c8ecaf21367e932b5541cdece6644f89e7')
+sha256sums=('034440e00f81d1b5adfe5e39bceb2f0b9cb19066195a61e750a4982bbe512cf3')
build() {
export CGO_LDFLAGS="${LDFLAGS}"