summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorml2021-11-03 14:29:29 +0100
committerml2021-11-03 14:29:29 +0100
commitfa6bdee7520f005cd668d1d579e15349bf34bcda (patch)
tree2cf54e89cf0e9b98ea8969bbbc10e9e3751fd8bc /PKGBUILD
parent605c1263a415f7326f58aa6a9f7ced2d9e690026 (diff)
downloadaur-fa6bdee7520f005cd668d1d579e15349bf34bcda.tar.gz
updpkg: golangci-lint 1.43.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16a5dd7a811a..3c7ed9ffe215 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.42.1
+pkgver=1.43.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=('ce44ca899cddc5520ac8816defd8c4ab23beab4da00baaca138f10028729388a')
+sha256sums=('1fea2ae146e9578931ade7dfd4a0ae3335079dd49bbb396c1fef2333a6524632')
build() {
local _commit _flags