summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthias Lisin2020-07-12 01:43:43 +0200
committerMatthias Lisin2020-07-12 01:43:43 +0200
commit0a081804ad1476577ab6a4b6bec0a35de7d0d7a1 (patch)
tree75a9b9cdf91bdd1298aab7c4c0a00bb1644cfcf7 /PKGBUILD
parent991b7d17c089054e35c8e750376640f5d3292644 (diff)
downloadaur-0a081804ad1476577ab6a4b6bec0a35de7d0d7a1.tar.gz
updpkg: golangci-lint 1.28.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac768ad25ad6..7b17ccdefffc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: ml <ml@visu.li>
pkgname=golangci-lint
pkgdesc="Linters Runner for Go. 5x faster than gometalinter."
-pkgver=1.28.2
-pkgrel=2
+pkgver=1.28.3
+pkgrel=1
arch=('x86_64' 'i686' 'aarch64' 'armv7h' 'armv6h')
url='https://github.com/golangci/golangci-lint'
license=('GPL3')
depends=('glibc')
makedepends=('git' 'go')
source=("https://github.com/golangci/golangci-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('19589401a3c4b806eb099d52d5af1c489a22a382e74298c6af38b076fd0e2021')
+sha256sums=('7a841f35c986eee3fb60731278e0570286ea6bfd58c015a95172cd2234137a84')
prepare() {
cd "${pkgname}-${pkgver}"