feat: v1.59.1

This commit is contained in:
Fernandez Ludovic 2024-06-11 00:02:53 +02:00
parent b507c14a95
commit 2dda3e5324
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.59.0 pkgver = 1.59.1
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.59.0/golangci-lint-1.59.0.tar.gz source = https://github.com/golangci/golangci-lint/archive/v1.59.1/golangci-lint-1.59.1.tar.gz
sha256sums = 635c64c5c532af9f41cd100e2c0db9de8a261fa7aa0224e600487e0d1c298f44 sha256sums = a53ef63033da85f8d44ed21d9f5a310279e8da979bb3c5eb9c7ce63b25e99619
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.59.0 pkgver=1.59.1
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=('635c64c5c532af9f41cd100e2c0db9de8a261fa7aa0224e600487e0d1c298f44') sha256sums=('a53ef63033da85f8d44ed21d9f5a310279e8da979bb3c5eb9c7ce63b25e99619')
build() { build() {
local _commit _flags local _commit _flags