updpkg: golangci-lint 1.46.1-1

This commit is contained in:
Matthias Lisin 2022-05-12 20:35:52 +02:00
parent 2f46b5b8a0
commit d808ab8ea9
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = golangci-lint
pkgdesc = Linters Runner for Go. 5x faster than gometalinter.
pkgver = 1.46.0
pkgver = 1.46.1
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.46.0/golangci-lint-1.46.0.tar.gz
sha256sums = fc42922e1bbb768dc3df17a36aacf2c6649fd26b24d69d68f464ad51ae8b7665
source = https://github.com/golangci/golangci-lint/archive/v1.46.1/golangci-lint-1.46.1.tar.gz
sha256sums = c9f6a8cdef93b63b3d8a7b43c274a5961191de559037d28bf2152ca0e23883e5
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.46.0
pkgdesc='Linters Runner for Go. 5x faster than gometalinter.'
pkgver=1.46.1
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=('fc42922e1bbb768dc3df17a36aacf2c6649fd26b24d69d68f464ad51ae8b7665')
sha256sums=('c9f6a8cdef93b63b3d8a7b43c274a5961191de559037d28bf2152ca0e23883e5')
build() {
local _commit _flags