feat: v1.60.2

This commit is contained in:
Fernandez Ludovic 2024-08-20 22:37:03 +02:00
parent d69dfa80fb
commit 26b997104a
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.60.1
pkgver = 1.60.2
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.60.1/golangci-lint-1.60.1.tar.gz
sha256sums = 3ecb0d2fbbdbb7630eb847e1171f23f225ee7fd0327007ab76fb65af5a9ba7fe
source = https://github.com/golangci/golangci-lint/archive/v1.60.2/golangci-lint-1.60.2.tar.gz
sha256sums = 3c9b7e9edce898eee20077b4b60c2807783dfbe96038d0470f6f4ceaae889568
pkgname = golangci-lint

View File

@ -1,7 +1,7 @@
# Maintainer: Fernandez Ludovic <lfernandez dot dev at gmail dot com>
pkgname=golangci-lint
pkgdesc='Linters Runner for Go. 5x faster than gometalinter.'
pkgver=1.60.1
pkgver=1.60.2
pkgrel=1
arch=('x86_64' 'i686' 'aarch64' 'armv7h' 'armv6h')
url='https://github.com/golangci/golangci-lint'
@ -10,7 +10,7 @@ depends=('glibc')
makedepends=('git' 'go')
source=("https://github.com/golangci/golangci-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('3ecb0d2fbbdbb7630eb847e1171f23f225ee7fd0327007ab76fb65af5a9ba7fe')
sha256sums=('3c9b7e9edce898eee20077b4b60c2807783dfbe96038d0470f6f4ceaae889568')
build() {
local _commit _flags