summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorml2020-08-03 23:50:41 +0200
committerml2020-08-03 23:50:41 +0200
commit65cd1026034a2315175f5a0ce8ee1a92a10c1594 (patch)
tree56292fd0b148cebf43b80d0ba64506d1e4d5d6a8 /PKGBUILD
parentd6324b0d0d4896a3889f23ac29bba2a03e9a4871 (diff)
downloadaur-65cd1026034a2315175f5a0ce8ee1a92a10c1594.tar.gz
updpkg: golangci-lint 1.30.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15adfde8bd2d..3770aa89697e 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.29.0
-pkgrel=2
+pkgver=1.30.0
+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=('1e92c8ff425fe89e1678d576df24f1d1302f613d81c710da890c6aa057171190')
+sha256sums=('a3046a4e926e91eb7fbda4723feafd72f00ded6395e1277a3fea6e36753ca4ae')
prepare() {
cd "${pkgname}-${pkgver}"