summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorml2021-03-27 10:54:56 +0100
committerml2021-03-27 10:54:56 +0100
commitd942d2b74d16ec92a2306ca41109a9ccf7f73b3f (patch)
treeef9b32d27323828b951c77456841d8a0958011b8
parent53b833ea31a72d9d2f72cdb704cbd806260b4a76 (diff)
downloadaur-d942d2b74d16ec92a2306ca41109a9ccf7f73b3f.tar.gz
updpkg: golangci-lint 1.39.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12bb0d9566bc..1aa8eee32383 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = golangci-lint
pkgdesc = Linters Runner for Go. 5x faster than gometalinter.
- pkgver = 1.38.0
+ pkgver = 1.39.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.38.0/golangci-lint-1.38.0.tar.gz
- sha256sums = 54a20bbde8cdb2508677e3c7bcd4df98cb9e92695511f2d507f4b9ff26834122
+ source = https://github.com/golangci/golangci-lint/archive/v1.39.0/golangci-lint-1.39.0.tar.gz
+ sha256sums = c09bf0409df09abc68b185d244184574947b78e0a5f7719431d7e633be858147
pkgname = golangci-lint
diff --git a/PKGBUILD b/PKGBUILD
index 0432a499484a..cfad3bf77dbf 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.38.0
+pkgver=1.39.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=('54a20bbde8cdb2508677e3c7bcd4df98cb9e92695511f2d507f4b9ff26834122')
+sha256sums=('c09bf0409df09abc68b185d244184574947b78e0a5f7719431d7e633be858147')
build() {
local _commit _flags