diff --git a/.SRCINFO b/.SRCINFO index 2a88605..25ce587 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = golangci-lint pkgdesc = Linters Runner for Go. 5x faster than gometalinter. - pkgver = 1.45.1 + pkgver = 1.45.2 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.45.1/golangci-lint-1.45.1.tar.gz - sha256sums = 8429a71a70d7151e0a48a7a52e18430519ae0ebe5657578742e92f4df57e467a + source = https://github.com/golangci/golangci-lint/archive/v1.45.2/golangci-lint-1.45.2.tar.gz + sha256sums = 914fbc4c6bdc6bc032b2e9d9e2521ad9a0563740321079effa535f201f5269ce pkgname = golangci-lint diff --git a/PKGBUILD b/PKGBUILD index 3155ad5..decf9cc 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.45.1 +pkgver=1.45.2 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=('8429a71a70d7151e0a48a7a52e18430519ae0ebe5657578742e92f4df57e467a') +sha256sums=('914fbc4c6bdc6bc032b2e9d9e2521ad9a0563740321079effa535f201f5269ce') build() { local _commit _flags