summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorml2021-03-03 23:32:06 +0100
committerml2021-03-03 23:32:06 +0100
commit53b833ea31a72d9d2f72cdb704cbd806260b4a76 (patch)
treecb66b5d08d40f0737cf12e2d75d453e9d1881eae
parente839ed5a30dae9364303b3ddfbb30d13249bef0c (diff)
downloadaur-53b833ea31a72d9d2f72cdb704cbd806260b4a76.tar.gz
updpkg: golangci-lint 1.38.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52e572b13510..12bb0d9566bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = golangci-lint
pkgdesc = Linters Runner for Go. 5x faster than gometalinter.
- pkgver = 1.37.1
+ pkgver = 1.38.0
pkgrel = 1
url = https://github.com/golangci/golangci-lint
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = golangci-lint
makedepends = git
makedepends = go
depends = glibc
- source = https://github.com/golangci/golangci-lint/archive/v1.37.1/golangci-lint-1.37.1.tar.gz
- sha256sums = fcbbfcaa2e786c420d96cac71dd3bc7299b8aa0aba4f3b54e5efdae947936750
+ source = https://github.com/golangci/golangci-lint/archive/v1.38.0/golangci-lint-1.38.0.tar.gz
+ sha256sums = 54a20bbde8cdb2508677e3c7bcd4df98cb9e92695511f2d507f4b9ff26834122
pkgname = golangci-lint
diff --git a/PKGBUILD b/PKGBUILD
index 084513e78a29..0432a499484a 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.37.1
+pkgver=1.38.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=('fcbbfcaa2e786c420d96cac71dd3bc7299b8aa0aba4f3b54e5efdae947936750')
+sha256sums=('54a20bbde8cdb2508677e3c7bcd4df98cb9e92695511f2d507f4b9ff26834122')
build() {
local _commit _flags