updpkg: golangci-lint 1.39.0-1

This commit is contained in:
ml 2021-03-27 10:54:56 +01:00
parent 53b833ea31
commit d942d2b74d
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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