updpkg: golangci-lint 1.45.0-1

This commit is contained in:
Matthias Lisin 2022-03-18 16:55:32 +01:00
parent 2db3e840d2
commit 5b49af84d7
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = golangci-lint pkgbase = golangci-lint
pkgdesc = Linters Runner for Go. 5x faster than gometalinter. pkgdesc = Linters Runner for Go. 5x faster than gometalinter.
pkgver = 1.44.2 pkgver = 1.45.0
pkgrel = 1 pkgrel = 1
url = https://github.com/golangci/golangci-lint url = https://github.com/golangci/golangci-lint
arch = x86_64 arch = x86_64
@ -12,7 +12,7 @@ pkgbase = golangci-lint
makedepends = git makedepends = git
makedepends = go makedepends = go
depends = glibc depends = glibc
source = https://github.com/golangci/golangci-lint/archive/v1.44.2/golangci-lint-1.44.2.tar.gz source = https://github.com/golangci/golangci-lint/archive/v1.45.0/golangci-lint-1.45.0.tar.gz
sha256sums = e5d134154cedf82d5a999155c94a217b82a89d5e19a22091aca692c4cc5d077f sha256sums = 47e9146ce9e6d1617284ffdab8dccf6d35a6aad9d4ccca8cc763dbb63ede1525
pkgname = golangci-lint pkgname = golangci-lint

View File

@ -1,7 +1,7 @@
# Maintainer: ml <ml@visu.li> # Maintainer: ml <ml@visu.li>
pkgname=golangci-lint pkgname=golangci-lint
pkgdesc="Linters Runner for Go. 5x faster than gometalinter." pkgdesc="Linters Runner for Go. 5x faster than gometalinter."
pkgver=1.44.2 pkgver=1.45.0
pkgrel=1 pkgrel=1
arch=('x86_64' 'i686' 'aarch64' 'armv7h' 'armv6h') arch=('x86_64' 'i686' 'aarch64' 'armv7h' 'armv6h')
url='https://github.com/golangci/golangci-lint' url='https://github.com/golangci/golangci-lint'
@ -9,7 +9,7 @@ license=('GPL3')
depends=('glibc') depends=('glibc')
makedepends=('git' 'go') makedepends=('git' 'go')
source=("https://github.com/golangci/golangci-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz") source=("https://github.com/golangci/golangci-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('e5d134154cedf82d5a999155c94a217b82a89d5e19a22091aca692c4cc5d077f') sha256sums=('47e9146ce9e6d1617284ffdab8dccf6d35a6aad9d4ccca8cc763dbb63ede1525')
build() { build() {
local _commit _flags local _commit _flags