upgpkg: golangci-lint 1.48.0-1

upstream release
This commit is contained in:
Matthias Lisin 2022-08-09 19:31:15 +02:00
parent 2a09bf5c94
commit 527dd5665c
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.47.3
pkgver = 1.48.0
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.3/golangci-lint-1.47.3.tar.gz
sha256sums = 8e76304447c641a1af1e7554454fcc77543bbb62611d5072e47da634c23cc3d4
source = https://github.com/golangci/golangci-lint/archive/v1.48.0/golangci-lint-1.48.0.tar.gz
sha256sums = cedddf1ff23d506211440ebe9fb4a9a738421304d47833d8b0af6586a5de67f5
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.47.3
pkgver=1.48.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=('8e76304447c641a1af1e7554454fcc77543bbb62611d5072e47da634c23cc3d4')
sha256sums=('cedddf1ff23d506211440ebe9fb4a9a738421304d47833d8b0af6586a5de67f5')
build() {
local _commit _flags