diff --git a/.SRCINFO b/.SRCINFO index 1ae8526..70a4cfd 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = golangci-lint pkgdesc = Linters Runner for Go. 5x faster than gometalinter. - pkgver = 1.47.2 + pkgver = 1.47.3 pkgrel = 1 url = https://github.com/golangci/golangci-lint arch = x86_64 @@ -12,7 +12,7 @@ pkgbase = golangci-lint makedepends = git makedepends = go depends = glibc - source = https://github.com/golangci/golangci-lint/archive/v1.47.2/golangci-lint-1.47.2.tar.gz - sha256sums = 2b63a4874845d3f6eab65a60ed3e833f4bb1912126175173505ead861a09ee68 + source = https://github.com/golangci/golangci-lint/archive/v1.47.3/golangci-lint-1.47.3.tar.gz + sha256sums = 8e76304447c641a1af1e7554454fcc77543bbb62611d5072e47da634c23cc3d4 pkgname = golangci-lint diff --git a/PKGBUILD b/PKGBUILD index 657aaaa..a59b2af 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: ml pkgname=golangci-lint pkgdesc='Linters Runner for Go. 5x faster than gometalinter.' -pkgver=1.47.2 +pkgver=1.47.3 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=('2b63a4874845d3f6eab65a60ed3e833f4bb1912126175173505ead861a09ee68') +sha256sums=('8e76304447c641a1af1e7554454fcc77543bbb62611d5072e47da634c23cc3d4') build() { local _commit _flags