feat: v1.57.2

This commit is contained in:
Fernandez Ludovic 2024-03-28 23:49:04 +01:00
parent 346e910492
commit 5f1f63cfab
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.57.1 pkgver = 1.57.2
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.57.1/golangci-lint-1.57.1.tar.gz source = https://github.com/golangci/golangci-lint/archive/v1.57.2/golangci-lint-1.57.2.tar.gz
sha256sums = 8d37df74abe80e0912bedcb07f5be6f3f90c3b42823a1120e2e5e7a102fdfa62 sha256sums = 965e91f54c8fcdccea30630c175299322088804110319282fc87a629bcb02b08
pkgname = golangci-lint pkgname = golangci-lint

View File

@ -1,7 +1,7 @@
# Maintainer: Fernandez Ludovic <lfernandez dot dev at gmail dot com> # Maintainer: Fernandez Ludovic <lfernandez dot dev at gmail dot com>
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.57.1 pkgver=1.57.2
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'
@ -10,7 +10,7 @@ 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=('8d37df74abe80e0912bedcb07f5be6f3f90c3b42823a1120e2e5e7a102fdfa62') sha256sums=('965e91f54c8fcdccea30630c175299322088804110319282fc87a629bcb02b08')
build() { build() {
local _commit _flags local _commit _flags